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
+bytesrw
anil.recoil.org
2 months ago
239479e6
6b2ce026
+2
2 changed files
expand all
collapse all
unified
split
dune-project
json-pointer.opam
+1
dune-project
···
22
22
(depends
23
23
(ocaml (>= 4.14.0))
24
24
(jsont (>= 0.2.0))
25
25
+
(bytesrw (>= 0.2.0))
25
26
(odoc :with-doc)))
+1
json-pointer.opam
···
12
12
"dune" {>= "3.20"}
13
13
"ocaml" {>= "4.14.0"}
14
14
"jsont" {>= "0.2.0"}
15
15
+
"bytesrw" {>= "0.2.0"}
15
16
"odoc" {with-doc}
16
17
]
17
18
build: [