opam-version: "2.0"
synopsis: "Js_of_ocaml bindings to JS Promises with supplemental functions"
maintainer: ["Max Lantas <mnxn.dev@outlook.com>"]
authors: ["Max Lantas <mnxn.dev@outlook.com>"]
license: "MIT"
homepage: "https://github.com/mnxn/promise_jsoo"
bug-reports: "https://github.com/mnxn/promise_jsoo/issues"
depends: [
  "ocaml" {>= "4.08"}
  "dune" {>= "2.7"}
  "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"
url {
  src: "https://github.com/mnxn/promise_jsoo/archive/v0.1.0.tar.gz"
  checksum: [
    "md5=8fd8deff4512437f9ed72ac6de14471d"
    "sha512=91ba092655986f4c991d1d2256f821251e692c054230644840dd87938ed008985f4524b59f4bdd7c697f64d59c1e96e8525570d90fc6739effcff72a104ea6d9"
  ]
}
