RFC6901 JSON Pointer implementation in OCaml using jsont

relax

+1 -1
dune-project
··· 20 20 and evaluation compatible with jsont codecs. It also provides mutation \ 21 21 operations suitable for implementing RFC 6902 JSON Patch.") 22 22 (depends 23 - ocaml 23 + (ocaml (>= 4.14.0)) 24 24 (jsont (>= 0.2.0)) 25 25 (odoc :with-doc)))
+1 -1
json-pointer.opam
··· 10 10 bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-json-pointer/issues" 11 11 depends: [ 12 12 "dune" {>= "3.20"} 13 - "ocaml" 13 + "ocaml" {>= "4.14.0"} 14 14 "jsont" {>= "0.2.0"} 15 15 "odoc" {with-doc} 16 16 ]