opam-version: "2.0"
synopsis: "Js_of_ocaml bindings to JS Promises with supplemental functions"
maintainer: ["Max Lantas <mnxndev@outlook.com>"]
authors: ["Max Lantas <mnxndev@outlook.com>"]
license: "MIT"
homepage: "https://github.com/mnxn/promise_jsoo"
bug-reports: "https://github.com/mnxn/promise_jsoo/issues"
depends: [
  "dune" {>= "2.7"}
  "ocaml" {>= "4.08"}
  "js_of_ocaml"
  "js_of_ocaml-ppx"
  "gen_js_api"
  "webtest" {with-test}
  "webtest-js" {with-test}
  "conf-npm" {with-test}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/mnxn/promise_jsoo.git"
x-commit-hash: "d128e5df05fd0d8f69c2c5323f04e876c39f2649"
url {
  src:
    "https://github.com/mnxn/promise_jsoo/releases/download/v0.3.1/promise_jsoo-v0.3.1.tbz"
  checksum: [
    "sha256=f4f7ecd54faf7bf90ce941229ee293b3a4fc24d50dd1b53a84637bb097b6f202"
    "sha512=1984085669a1141cd3e7c8c5498d445146ef6f36d8f2c4bc69a05a6605de424bbbc44e2d0d3c0fc31d32cbb9fa631b93435685fecdc2dd64313c7645ea14985f"
  ]
}
