pusk/dune-project

33 lines
531 B
Text
Raw Normal View History

2024-01-26 15:44:11 +01:00
(lang dune 3.13)
2023-05-12 08:30:56 +02:00
(name pusk)
(generate_opam_files true)
(source
(uri https://git.mylloon.fr/Anri/pusk.git))
(authors "Mylloon")
(maintainers "Mylloon")
(license AGPL-3.0-or-later)
(package
(name pusk)
(synopsis "Twitter bot")
(description "Send tweet peridically to avoid ban from Elon")
2023-05-15 10:23:35 +02:00
(depends
ocaml
dune
(cohttp-lwt-unix
2024-01-26 15:44:11 +01:00
(>= 5.3))
2023-05-15 10:23:35 +02:00
(dotenv
(>= 0.0))
(twostep
(>= 1.0)))
2023-05-12 08:30:56 +02:00
(tags
(api twitter)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project