this repo has no description
1opam-version: "2.0" 2synopsis: "Conversion functions between JS Promises and Lwt Promises" 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 "promise_jsoo" 13 "lwt" 14 "gen_js_api" {>= "1.0.8"} 15 "webtest" {with-test} 16 "webtest-js" {with-test} 17 "conf-npm" {with-test} 18 "odoc" {with-doc} 19] 20dev-repo: "git+https://github.com/mnxn/promise_jsoo.git" 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@%{name}%/runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35url { 36 src: 37 "https://github.com/mnxn/promise_jsoo/releases/download/v0.4.3/promise_jsoo-0.4.3.tbz" 38 checksum: [ 39 "sha256=7c889da114dd89eeb89d9d5a50ad895a1709a35fc50f33f852efa04c96a876d2" 40 "sha512=b3ebecd4789bf40d60b9efe5117535e58af663e0a1a9b51be25ecba41f15472b76de356472b2457eeca8a9d3b6deae4cb33eaf03be596af0606b5409d12ec3b6" 41 ] 42} 43x-commit-hash: "bbce5a719a3345eeff318bb2167edc8cedc83ee8"