tangled
alpha
login
or
join now
anil.recoil.org
/
aoah-opam-repo
0
fork
atom
The opam repository for my Advent of Agentic Humps 2025
0
fork
atom
overview
issues
pulls
pipelines
+json-pointer
anil.recoil.org
3 months ago
0bbf3aa4
87f08485
0/1
build.yml
failed
3m 20s
+36
1 changed file
expand all
collapse all
unified
split
packages
json-pointer
json-pointer.dev
opam
+36
packages/json-pointer/json-pointer.dev/opam
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis: "RFC 6901 JSON Pointer implementation for jsont"
3
3
+
description:
4
4
+
"This library provides RFC 6901 JSON Pointer parsing, serialization, and evaluation compatible with jsont codecs. It also provides mutation operations suitable for implementing RFC 6902 JSON Patch."
5
5
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
6
6
+
authors: ["Anil Madhavapeddy"]
7
7
+
license: "ISC"
8
8
+
homepage: "https://tangled.org/@anil.recoil.org/ocaml-json-pointer"
9
9
+
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-json-pointer/issues"
10
10
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-json-pointer.git"
11
11
+
depends: [
12
12
+
"dune" {>= "3.20"}
13
13
+
"ocaml" {>= "4.14.0"}
14
14
+
"jsont" {>= "0.2.0"}
15
15
+
"bytesrw" {>= "0.2.0"}
16
16
+
"mdx" {with-test}
17
17
+
"odoc" {with-doc}
18
18
+
]
19
19
+
build: [
20
20
+
["dune" "subst"] {dev}
21
21
+
[
22
22
+
"dune"
23
23
+
"build"
24
24
+
"-p"
25
25
+
name
26
26
+
"-j"
27
27
+
jobs
28
28
+
"@install"
29
29
+
"@runtest" {with-test}
30
30
+
"@doc" {with-doc}
31
31
+
]
32
32
+
]
33
33
+
x-maintenance-intent: ["(latest)"]
34
34
+
url {
35
35
+
src: "git+https://tangled.org/@anil.recoil.org/ocaml-json-pointer.git#main"
36
36
+
}