(lang dune 3.21) (using mdx 0.4) (name json-pointer) (generate_opam_files true) (license ISC) (authors "Anil Madhavapeddy") (maintainers "Anil Madhavapeddy ") (source (tangled anil.recoil.org/ocaml-json-pointer)) (package (name json-pointer) (synopsis "RFC 6901 JSON Pointer implementation for jsont") (description "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.") (depends (ocaml (>= 4.14.0)) (jsont (>= 0.2.0)) (bytesrw (>= 0.2.0)) mdx (odoc :with-doc)))