this repo has no description
1opam-version: "2.0"
2authors: "John Else"
3homepage: "https://github.com/johnelse/ocaml-webtest"
4bug-reports: "https://github.com/johnelse/ocaml-webtest/issues"
5dev-repo: "git+https://github.com/johnelse/ocaml-webtest"
6maintainer: "john.else@gmail.com"
7synopsis: "An in-browser js_of_ocaml testing framework - core library"
8build: [
9 [ "dune" "build" "-p" name "-j" jobs ]
10 [ "dune" "runtest" ] {with-test}
11]
12
13depends: [
14 "dune" {>= "1.1"}
15 "ocaml" {>= "4.02.1"}
16]
17
18url {
19 src:
20 "https://github.com/johnelse/ocaml-webtest/archive/webtest.2.0.0.tar.gz"
21 checksum: [
22 "sha256=81689044098642ba2bedc841c731efc89180e1eb64d8e328230a2e3d2ec84aac"
23 "md5=9dbc87a663bc0b5a84a37b008c88f058"
24 ]
25}