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: [
|
depends: [
|
||||||
"dune" {>= "3.18"}
|
"dune" {>= "3.18"}
|
||||||
"ocaml"
|
"ocaml"
|
||||||
|
"ppx_deriving_yojson"
|
||||||
|
"ppx_yojson_conv"
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
(description "A longer description")
|
(description "A longer description")
|
||||||
(depends
|
(depends
|
||||||
ocaml
|
ocaml
|
||||||
ppx_deriving_yojson.runtime
|
ppx_deriving_yojson
|
||||||
ppx_yojson_conv)
|
ppx_yojson_conv)
|
||||||
(tags
|
(tags
|
||||||
("add topics" "to describe" your project)))
|
("add topics" "to describe" your project)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue