Skip to content

Commit

Permalink
Specify ocaml and atdgen min version in dune-project
Browse files Browse the repository at this point in the history
  • Loading branch information
ixzzd committed Jan 9, 2024
1 parent 951da6b commit 13806e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
(synopsis "Generate ATD types out of JSON Schema and OpenAPI document")
(description "Generate ATD types out of JSON Schema and OpenAPI document")
(depends
(ocaml (>= 4.08))
atdgen
atdgen-runtime
(ocaml (>= 4.10))
(atdgen (>= 2.7))
(cmdliner (>= 1.1.0))
(dune :build)
dune-build-info
(ocaml-lsp-server :with-dev-setup)
(ocamlformat (and :with-dev-setup (= 0.24.1)))
Expand Down
3 changes: 1 addition & 2 deletions jsonschema2atd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ authors: ["Ahrefs"]
homepage: "https://github.com/ahrefs/jsonschema2atd"
bug-reports: "https://github.com/ahrefs/jsonschema2atd/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.10"}
"atdgen" {>= "2.7"}
"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.1"}
Expand Down

0 comments on commit 13806e7

Please sign in to comment.