tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-json-pointer
0
fork
atom
RFC6901 JSON Pointer implementation in OCaml using jsont
0
fork
atom
overview
issues
pulls
pipelines
metadata
anil.recoil.org
1 month ago
8f017e97
424b6bb3
1/1
build.yml
success
4min 8s
+4
-4
2 changed files
expand all
collapse all
unified
split
dune-project
json-pointer.opam
+2
-2
dune-project
···
8
8
9
9
(license ISC)
10
10
(authors "Anil Madhavapeddy")
11
11
-
(homepage "https://tangled.org/@anil.recoil.org/ocaml-json-pointer")
11
11
+
(homepage "https://tangled.org/anil.recoil.org/ocaml-json-pointer")
12
12
(maintainers "Anil Madhavapeddy <anil@recoil.org>")
13
13
-
(bug_reports "https://tangled.org/@anil.recoil.org/ocaml-json-pointer/issues")
13
13
+
(bug_reports "https://tangled.org/anil.recoil.org/ocaml-json-pointer/issues")
14
14
(maintenance_intent "(latest)")
15
15
16
16
(package
+2
-2
json-pointer.opam
···
6
6
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7
7
authors: ["Anil Madhavapeddy"]
8
8
license: "ISC"
9
9
-
homepage: "https://tangled.org/@anil.recoil.org/ocaml-json-pointer"
10
10
-
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-json-pointer/issues"
9
9
+
homepage: "https://tangled.org/anil.recoil.org/ocaml-json-pointer"
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" {>= "4.14.0"}