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 - js_of_ocaml integration" 8build: [ 9 [ "dune" "build" "-p" name "-j" jobs ] 10 [ "dune" "runtest" ] {with-test} 11] 12 13depends: [ 14 "dune" {>= "1.1"} 15 "js_of_ocaml" {>= "3.4.0"} 16 "js_of_ocaml-ppx" {>= "3.4.0"} 17 "ocaml" {>= "4.02.1"} 18 "webtest" {=version} 19] 20 21url { 22 src: 23 "https://github.com/johnelse/ocaml-webtest/archive/webtest.2.0.0.tar.gz" 24 checksum: [ 25 "sha256=81689044098642ba2bedc841c731efc89180e1eb64d8e328230a2e3d2ec84aac" 26 "md5=9dbc87a663bc0b5a84a37b008c88f058" 27 ] 28}