We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009a178 commit b72668fCopy full SHA for b72668f
packages/jsonschema/jsonschema.0.1.0/opam
@@ -9,12 +9,12 @@ tags: ["json" "jsonschema"]
9
homepage: "https://github.com/tmattio/ocaml-jsonschema"
10
bug-reports: "https://github.com/tmattio/ocaml-jsonschema/issues"
11
depends: [
12
- "ocaml" {>= "4.08"}
+ "ocaml" {>= "4.13"}
13
"dune" {>= "3.19"}
14
- "re"
+ "re" {>= "1.7.2"}
15
"yojson"
16
"ppx_deriving_yojson"
17
- "base64"
+ "base64" {>= "3.0.0"}
18
"uri"
19
"odoc" {with-doc}
20
]
0 commit comments