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