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+https://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: [ "sha256=81689044098642ba2bedc841c731efc89180e1eb64d8e328230a2e3d2ec84aac" "md5=9dbc87a663bc0b5a84a37b008c88f058" ] }