pusk/dune-project

25 lines
447 B
Text
Raw Normal View History

2023-05-12 08:30:56 +02:00
(lang dune 3.7)
(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")
(depends ocaml dune)
(tags
(api twitter)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project