(lang dune 3.20)
(using mdx 0.4)
(using directory-targets 0.1)

(name json-pointer)

(generate_opam_files true)

(license ISC)
(authors "Anil Madhavapeddy")
(homepage "https://tangled.org/anil.recoil.org/ocaml-json-pointer")
(maintainers "Anil Madhavapeddy <anil@recoil.org>")
(bug_reports "https://tangled.org/anil.recoil.org/ocaml-json-pointer/issues")
(maintenance_intent "(latest)")

(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)))
