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: "https://github.com/aantron/promise/archive/1.1.2.tar.gz" 28 checksum: [ 29 "sha256=d02cc959c0e49903b25303a8f433bdbb32b1b0e63b048a7d81b21c515dc2755b" 30 "md5=e9e47a94c20799f9eec483569e7990b6" 31 ] 32}