RFC6901 JSON Pointer implementation in OCaml using jsont
1(lang dune 3.17) 2(name jsont-pointer) 3(version 0.1.0) 4 5(generate_opam_files true) 6 7(source (github avsm/jsont-pointer)) 8(license ISC) 9(authors "Anil Madhavapeddy") 10(maintainers "anil@recoil.org") 11 12(package 13 (name jsont-pointer) 14 (synopsis "RFC 6901 JSON Pointer implementation for jsont") 15 (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.") 16 (depends 17 (ocaml (>= 4.14.0)) 18 (jsont (>= 0.2.0))))