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" 7doc: "https://mnxn.github.io/jsonoo/" 8bug-reports: "https://github.com/mnxn/jsonoo/issues" 9depends: [ 10 "dune" {>= "2.7"} 11 "ocaml" {>= "4.08"} 12 "js_of_ocaml" 13 "gen_js_api" {>= "1.0.8"} 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: 36 "https://github.com/mnxn/jsonoo/releases/download/v0.3.0/jsonoo-0.3.0.tbz" 37 checksum: [ 38 "sha256=7aa2cad5ca7b68f27beaac02eff2f49dda040ccf6f9e4e0d79d0e6e263573469" 39 "sha512=3677806f2fc41c7edb4458d22e5e1b43a8e67c003b65680f81559c5ec49d2b4fa41c12df4821564d22cab2daa0c4914f0a1e2ea2e06401beb0377f39452c39c8" 40 ] 41} 42x-commit-hash: "39c88c9299ab68d41daa4fb17b885a048e09b8f1"