opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/jsonaf" bug-reports: "https://github.com/janestreet/jsonaf/issues" dev-repo: "git+https://github.com/janestreet/jsonaf.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/jsonaf/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "angstrom" {>= "0.15.0"} "dune" {>= "2.0.0"} "faraday" ] synopsis: "A library for parsing, manipulating, and serializing data structured as JSON" description: " A library for parsing, manipulating, and serializing data structured as JSON. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/jsonaf-v0.16.0.tar.gz" checksum: "sha256=0c85230d47dcc80c428ad82e0f2cb0ecbb5048129eaa036aeeb4cfb8d9d2063f" }