This commit is contained in:
silva guimaraes 2025-06-27 23:50:53 -03:00
parent c186cfe69d
commit bca50a0953

View file

@ -16,14 +16,16 @@
(documentation https://url/to/documentation) (documentation https://url/to/documentation)
(package (package
(name api) (name api)
(synopsis "A short synopsis") (synopsis "A short synopsis")
(description "A longer description") (description "A longer description")
(depends (depends
ocaml ocaml
ppx_deriving_yojson ppx_deriving_yojson
ppx_yojson_conv) cohttp-curl-lwt
(tags ppx_expect
("add topics" "to describe" your project))) 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 ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html