this repo has no description
1opam-version: "2.0" 2synopsis: "Js_of_ocaml bindings to JS Promises with supplemental functions" 3maintainer: ["Max Lantas <mnxn.dev@outlook.com>"] 4authors: ["Max Lantas <mnxn.dev@outlook.com>"] 5license: "MIT" 6homepage: "https://github.com/mnxn/promise_jsoo" 7bug-reports: "https://github.com/mnxn/promise_jsoo/issues" 8depends: [ 9 "ocaml" {>= "4.08"} 10 "dune" {>= "2.7"} 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" 34url { 35 src: "https://github.com/mnxn/promise_jsoo/archive/v0.1.0.tar.gz" 36 checksum: [ 37 "md5=8fd8deff4512437f9ed72ac6de14471d" 38 "sha512=91ba092655986f4c991d1d2256f821251e692c054230644840dd87938ed008985f4524b59f4bdd7c697f64d59c1e96e8525570d90fc6739effcff72a104ea6d9" 39 ] 40}