copabot/dune-project
2025-07-17 05:46:20 -03:00

34 lines
667 B
Text

(lang dune 3.18)
(name api)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Author Name <author@example.com>")
(maintainers "Maintainer Name <maintainer@example.com>")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name api)
(synopsis "A short synopsis")
(description "A longer description")
(depends
ocaml
ppx_deriving_yojson
cohttp-curl-lwt
lwt_ppx
cohttp-lwt-unix
lwt_ssl
ppx_expect
ppx_yojson_conv)
(tags
("add topics" "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html