this repo has no description
1opam-version: "2.0" 2synopsis: "Js_of_ocaml bindings to JS Promises with supplemental functions" 3maintainer: ["Max Lantas <mnxndev@outlook.com>"] 4authors: ["Max Lantas <mnxndev@outlook.com>"] 5license: "MIT" 6homepage: "https://github.com/mnxn/promise_jsoo" 7bug-reports: "https://github.com/mnxn/promise_jsoo/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/promise_jsoo.git" 34x-commit-hash: "a1fce4ea0bac1fd204a62105abf616fe1ab6fdc0" 35url { 36 src: 37 "https://github.com/mnxn/promise_jsoo/releases/download/v0.3.0/promise_jsoo-v0.3.0.tbz" 38 checksum: [ 39 "sha256=41451be5efb29d60e49bebdc681e9cc8dea5be0e585b4585b7f97b145876556c" 40 "sha512=d0f1d331a4433466e4a5ffc129b0978f24baef44fcd982b9d9f76573fb0f912db0df229a513949bf3f16996baae58e294c4993796eaa3c2a09780bae9f8f5240" 41 ] 42}