# This file is generated by dune, edit dune-project instead opam-version: "2.0" 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." maintainer: ["Anil Madhavapeddy "] authors: ["Anil Madhavapeddy"] license: "ISC" homepage: "https://tangled.org/@anil.recoil.org/ocaml-json-pointer" bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-json-pointer/issues" depends: [ "dune" {>= "3.20"} "ocaml" {>= "4.14.0"} "jsont" {>= "0.2.0"} "bytesrw" {>= "0.2.0"} "mdx" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] x-maintenance-intent: ["(latest)"]