this repo has no description
1opam-version: "2.0" 2synopsis: "JSON library for Js_of_ocaml" 3maintainer: ["Max Lantas <mnxndev@outlook.com>"] 4authors: ["Max Lantas <mnxndev@outlook.com>"] 5license: "MIT" 6homepage: "https://github.com/mnxn/jsonoo" 7bug-reports: "https://github.com/mnxn/jsonoo/issues" 8depends: [ 9 "dune" {>= "2.7"} 10 "ocaml" {>= "4.08"} 11 "js_of_ocaml" 12 "js_of_ocaml-ppx" 13 "gen_js_api" 14 "webtest" {with-test} 15 "webtest-js" {with-test} 16 "conf-npm" {with-test} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/mnxn/jsonoo.git" 34url { 35 src: "https://github.com/mnxn/jsonoo/archive/v0.2.0.tar.gz" 36 checksum: [ 37 "md5=440d23f597ce51ec29628cee5033de0a" 38 "sha512=6abeb75807e3b2ffa85bf5f1cf72bc72e4e86a8afbb0e2d575104dd7c30c84a022283a3c20376a28bfd5c3c0d4bdd20d88702d98b6355cae05ee8c7a9b8abb19" 39 ] 40}