Skip to content

Commit b72668f

Browse files
authored
Update packages/jsonschema/jsonschema.0.1.0/opam
1 parent 009a178 commit b72668f

File tree

1 file changed

+3
-3
lines changed
  • packages/jsonschema/jsonschema.0.1.0

1 file changed

+3
-3
lines changed

packages/jsonschema/jsonschema.0.1.0/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ tags: ["json" "jsonschema"]
99
homepage: "https://github.com/tmattio/ocaml-jsonschema"
1010
bug-reports: "https://github.com/tmattio/ocaml-jsonschema/issues"
1111
depends: [
12-
"ocaml" {>= "4.08"}
12+
"ocaml" {>= "4.13"}
1313
"dune" {>= "3.19"}
14-
"re"
14+
"re" {>= "1.7.2"}
1515
"yojson"
1616
"ppx_deriving_yojson"
17-
"base64"
17+
"base64" {>= "3.0.0"}
1818
"uri"
1919
"odoc" {with-doc}
2020
]

0 commit comments

Comments
 (0)