this repo has no description
1opam-version: "2.0"
2
3synopsis: "Native implementation of a JS promise binding"
4
5license: "MIT"
6homepage: "https://github.com/aantron/promise"
7doc: "https://github.com/aantron/promise"
8bug-reports: "https://github.com/aantron/promise/issues"
9
10authors: "Anton Bachin <antonbachin@yahoo.com>"
11maintainer: "Anton Bachin <antonbachin@yahoo.com>"
12dev-repo: "git+https://github.com/aantron/promise.git"
13
14depends: [
15 "dune"
16 "ocaml"
17 "reason" {build & >= "3.3.2"}
18 "result"
19]
20
21build: [
22 ["dune" "build" "-p" name "-j" jobs]
23 ["dune" "exec" "test/test_main.exe" "-p" name "-j" jobs] {with-test}
24]
25
26url {
27 src:
28 "https://github.com/aantron/promise/releases/download/1.1.0/promise-1.1.0.tar.gz"
29 checksum: [
30 "sha256=60f089752d96d93adc3161791fc135097c1fcac431e14fd12a6df6080d9caca1"
31 "md5=7a47733b4f8e5f1fdfdf124a9c11abe4"
32 ]
33}