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" 34x-commit-hash: "9d314a91417df106f2357a331fdad57604109b52" 35url { 36 src: 37 "https://github.com/mnxn/jsonoo/releases/download/v0.2.1/jsonoo-v0.2.1.tbz" 38 checksum: [ 39 "sha256=dbd2f7a3b1585fa3530c51f68c6b8a8189fd1c05cbefeccc6231be7cccd7d16f" 40 "sha512=54877815d314cb97d33d21c841acdbea88835d40a37a6356878f9b539f79983a14a0f5f56a984d6e6e5ef803f542fd59c17fbba54ec1c9b1d767c63065c92176" 41 ] 42}