opam-version: "2.0" synopsis: "JSON library for Js_of_ocaml" maintainer: ["Max Lantas "] authors: ["Max Lantas "] license: "MIT" homepage: "https://github.com/mnxn/jsonoo" bug-reports: "https://github.com/mnxn/jsonoo/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "js_of_ocaml" "js_of_ocaml-ppx" "gen_js_api" "webtest" {with-test} "webtest-js" {with-test} "conf-npm" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mnxn/jsonoo.git" url { src: "https://github.com/mnxn/jsonoo/archive/v0.2.0.tar.gz" checksum: [ "md5=440d23f597ce51ec29628cee5033de0a" "sha512=6abeb75807e3b2ffa85bf5f1cf72bc72e4e86a8afbb0e2d575104dd7c30c84a022283a3c20376a28bfd5c3c0d4bdd20d88702d98b6355cae05ee8c7a9b8abb19" ] }