this repo has no description
1opam-version: "2.0"
2synopsis: "Async-based helpers for Alcotest"
3description: "Async-based helpers for Alcotest"
4maintainer: ["thomas@gazagnaire.org"]
5authors: ["Thomas Gazagnaire"]
6license: "ISC"
7homepage: "https://github.com/mirage/alcotest"
8doc: "https://mirage.github.io/alcotest"
9bug-reports: "https://github.com/mirage/alcotest/issues"
10depends: [
11 "dune" {>= "2.8"}
12 "re" {with-test}
13 "fmt" {with-test}
14 "cmdliner" {with-test & >= "1.1.0"}
15 "core" {>= "v0.15.0"}
16 "core_unix" {>= "v0.15.0" & < "v0.16.0"}
17 "base"
18 "async_kernel"
19 "ocaml" {>= "4.11.0"}
20 "alcotest" {= version}
21 "async" {>= "v0.15.0"}
22 "async_unix" {>= "v0.15.0"}
23 "odoc" {with-doc}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/mirage/alcotest.git"
40url {
41 src:
42 "https://github.com/mirage/alcotest/releases/download/1.6.0/alcotest-1.6.0.tbz"
43 checksum: [
44 "sha256=fd00f9668395874ff3b1d7ef566d14efc02fa7dd34123eb25d59355be94b2329"
45 "sha512=69a7ef300ba10a9ccb1e25b1cfdb0a0abf9ca976864a52a22f0e1fae1e5d1cbeb99498c086230b839ee9da4d0fd71e63686e126ca42221537f3fdb6f6c5aae95"
46 ]
47}
48x-commit-hash: "6be328d73513db7f32173f86a997a59904fb1ee6"