Skip to content

Commit

Permalink
declare yojson dep for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Sep 21, 2024
1 parent e8ae06e commit 3f3c234
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
(synopsis "jsonschema generator for ppx_deriving")
(description
"ppx_deriving_jsonschema is a ppx rewriter that generates jsonschema from ocaml types")
(depends ocaml dune ppxlib)
(depends
ocaml
dune
ppxlib
(yojson :with-test)
(ocamlformat :with-dev-setup)
(ocaml-lsp-server :with-dev-setup))
(tags
(jsonschema "org:ahrefs" syntax)))
3 changes: 3 additions & 0 deletions ppx_deriving_jsonschema.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ depends: [
"ocaml"
"dune" {>= "3.16"}
"ppxlib"
"yojson" {with-test}
"ocamlformat" {with-dev-setup}
"ocaml-lsp-server" {with-dev-setup}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 3f3c234

Please sign in to comment.