opam-version: "2.0"
authors: "John Else"
homepage: "https://github.com/johnelse/ocaml-webtest"
bug-reports: "https://github.com/johnelse/ocaml-webtest/issues"
dev-repo: "git://github.com/johnelse/ocaml-webtest"
maintainer: "john.else@gmail.com"
synopsis: "An in-browser js_of_ocaml testing framework - js_of_ocaml integration"
build: [
  [ "dune" "build" "-p" name "-j" jobs ]
  [ "dune" "runtest" ] {with-test}
]

depends: [
  "dune" {>= "1.1"}
  "js_of_ocaml" {>= "3.4.0"}
  "js_of_ocaml-ppx" {>= "3.4.0"}
  "ocaml" {>= "4.02.1"}
  "webtest" {=version}
]

url {
  src:
    "https://github.com/johnelse/ocaml-webtest/archive/webtest.2.0.0.tar.gz"
  checksum: "md5=9dbc87a663bc0b5a84a37b008c88f058"
}
