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)
|
||||
|
||||
(package
|
||||
(name api)
|
||||
(synopsis "A short synopsis")
|
||||
(description "A longer description")
|
||||
(depends
|
||||
ocaml
|
||||
ppx_deriving_yojson
|
||||
ppx_yojson_conv)
|
||||
(tags
|
||||
("add topics" "to describe" your project)))
|
||||
(name api)
|
||||
(synopsis "A short synopsis")
|
||||
(description "A longer description")
|
||||
(depends
|
||||
ocaml
|
||||
ppx_deriving_yojson
|
||||
cohttp-curl-lwt
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue