opam-version: "2.0" synopsis: "Conversion functions between JS Promises and Lwt Promises" maintainer: ["Max Lantas "] authors: ["Max Lantas "] license: "MIT" homepage: "https://github.com/mnxn/promise_jsoo" doc: "https://mnxn.github.io/promise_jsoo/" bug-reports: "https://github.com/mnxn/promise_jsoo/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "promise_jsoo" "lwt" "gen_js_api" {>= "1.0.8"} "webtest" {with-test} "webtest-js" {with-test} "conf-npm" {with-test} "odoc" {with-doc} ] dev-repo: "git+https://github.com/mnxn/promise_jsoo.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@%{name}%/runtest" {with-test} "@doc" {with-doc} ] ] url { src: "https://github.com/mnxn/promise_jsoo/releases/download/v0.4.2/promise_jsoo-0.4.2.tbz" checksum: [ "sha256=b262ff66d685cc86d309ac85847b2b399f0c3e99f9b9b06bd6b38b86036dc27c" "sha512=dec192b51ad1189bec59c053de3aeca7fb8d6ba4195ed9617d753a202f3b50383f3c059d280833a39c1b3561a61e88d930293219010b2c2e0c102c0e59a8f4e8" ] } x-commit-hash: "f04d7d8e37ff7c155c289ce2ad06760e8ab3a34a"