This commit is contained in:
silva guimaraes 2025-06-27 23:40:13 -03:00
parent 2df08a03e8
commit c186cfe69d
2 changed files with 3 additions and 1 deletions

View file

@ -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: [

View file

@ -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)))