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"
7doc: "https://mnxn.github.io/promise_jsoo/"
8bug-reports: "https://github.com/mnxn/promise_jsoo/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]
19dev-repo: "git+https://github.com/mnxn/promise_jsoo.git"
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@%{name}%/runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34url {
35 src:
36 "https://github.com/mnxn/promise_jsoo/releases/download/v0.4.3/promise_jsoo-0.4.3.tbz"
37 checksum: [
38 "sha256=7c889da114dd89eeb89d9d5a50ad895a1709a35fc50f33f852efa04c96a876d2"
39 "sha512=b3ebecd4789bf40d60b9efe5117535e58af663e0a1a9b51be25ecba41f15472b76de356472b2457eeca8a9d3b6deae4cb33eaf03be596af0606b5409d12ec3b6"
40 ]
41}
42x-commit-hash: "bbce5a719a3345eeff318bb2167edc8cedc83ee8"