Skip to content

Commit

Permalink
Add dune-build-info dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ixzzd committed Dec 27, 2023
1 parent 5a22b21 commit 0d05628
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
(description "Generate ATD types out of JSON Schema and OpenAPI document")
(depends
(ocaml (>= 4.08))
(atdgen :with-test)
(atdgen-runtime :with-test)
atdgen
atdgen-runtime
(cmdliner (>= 1.1.0))
(dune :build)
dune-build-info
(ocaml-lsp-server :with-dev-setup)
(ocamlformat (and :with-dev-setup (>= 0.24) (< 0.25)))
(odoc :with-doc)
(ounit2 :with-test)
(yojson :with-test)))
yojson))
7 changes: 4 additions & 3 deletions jsonschema2atd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ homepage: "https://github.com/ahrefs/jsonschema2atd"
bug-reports: "https://github.com/ahrefs/jsonschema2atd/issues"
depends: [
"ocaml" {>= "4.08"}
"atdgen" {with-test}
"atdgen-runtime" {with-test}
"atdgen"
"atdgen-runtime"
"cmdliner" {>= "1.1.0"}
"dune" {>= "3.0" & build}
"dune-build-info"
"ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
"odoc" {with-doc}
"ounit2" {with-test}
"yojson" {with-test}
"yojson"
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 0d05628

Please sign in to comment.