tangled
alpha
login
or
join now
jon.recoil.org
/
ocaml-json-pointer
forked from
anil.recoil.org/ocaml-json-pointer
0
fork
atom
RFC6901 JSON Pointer implementation in OCaml using jsont
0
fork
atom
overview
issues
pulls
pipelines
relax
anil.recoil.org
2 months ago
013926e1
617c0d1d
+2
-2
2 changed files
expand all
collapse all
unified
split
dune-project
json-pointer.opam
+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
23
-
ocaml
23
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
13
-
"ocaml"
13
13
+
"ocaml" {>= "4.14.0"}
14
14
"jsont" {>= "0.2.0"}
15
15
"odoc" {with-doc}
16
16
]