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.2/promise_jsoo-0.4.2.tbz"
37 checksum: [
38 "sha256=b262ff66d685cc86d309ac85847b2b399f0c3e99f9b9b06bd6b38b86036dc27c"
39 "sha512=dec192b51ad1189bec59c053de3aeca7fb8d6ba4195ed9617d753a202f3b50383f3c059d280833a39c1b3561a61e88d930293219010b2c2e0c102c0e59a8f4e8"
40 ]
41}
42x-commit-hash: "f04d7d8e37ff7c155c289ce2ad06760e8ab3a34a"