deps
This commit is contained in:
parent
2df08a03e8
commit
c186cfe69d
2 changed files with 3 additions and 1 deletions
2
api.opam
2
api.opam
|
|
@ -12,6 +12,8 @@ bug-reports: "https://github.com/username/reponame/issues"
|
|||
depends: [
|
||||
"dune" {>= "3.18"}
|
||||
"ocaml"
|
||||
"ppx_deriving_yojson"
|
||||
"ppx_yojson_conv"
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
(description "A longer description")
|
||||
(depends
|
||||
ocaml
|
||||
ppx_deriving_yojson.runtime
|
||||
ppx_deriving_yojson
|
||||
ppx_yojson_conv)
|
||||
(tags
|
||||
("add topics" "to describe" your project)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue