this repo has no description
1opam-version: "2.0"
2synopsis: "Testing library for Opium"
3description:
4 "A library that provides helpers to easily test your Opium applications."
5maintainer: ["Rudi Grinberg <me@rgrinberg.com>"]
6authors: ["Rudi Grinberg" "Anurag Soni" "Thibaut Mattio"]
7license: "MIT"
8homepage: "https://github.com/rgrinberg/opium"
9doc: "https://rgrinberg.github.io/opium/"
10bug-reports: "https://github.com/rgrinberg/opium/issues"
11depends: [
12 "dune" {>= "2.0"}
13 "ocaml" {>= "4.08"}
14 "opium" {= version}
15 "alcotest"
16 "alcotest-lwt"
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/rgrinberg/opium.git"
33x-commit-hash: "980105d5925a742fbf7e46ba68acf8e1c43f6ea2"
34url {
35 src:
36 "https://github.com/rgrinberg/opium/releases/download/0.19.0/opium-testing-0.19.0.tbz"
37 checksum: [
38 "sha256=483f6c60c5e31c2b9fc836a9da14a8693a38b725aa164732bdb2be71fe5754d5"
39 "sha512=b19588173126bc8bd5823f1a6e94a1c3c2ce1abcf1defb3ff8ce0a613e22492160feaeb4e22d01044cac409077b863d1ebd1445e103f6602f45e56f51bb567a0"
40 ]
41}