deps
This commit is contained in:
parent
c186cfe69d
commit
bca50a0953
1 changed files with 11 additions and 9 deletions
20
dune-project
20
dune-project
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue