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: "d128e5df05fd0d8f69c2c5323f04e876c39f2649" 35url { 36 src: 37 "https://github.com/mnxn/promise_jsoo/releases/download/v0.3.1/promise_jsoo-v0.3.1.tbz" 38 checksum: [ 39 "sha256=f4f7ecd54faf7bf90ce941229ee293b3a4fc24d50dd1b53a84637bb097b6f202" 40 "sha512=1984085669a1141cd3e7c8c5498d445146ef6f36d8f2c4bc69a05a6605de424bbbc44e2d0d3c0fc31d32cbb9fa631b93435685fecdc2dd64313c7645ea14985f" 41 ] 42}