this repo has no description
1opam-version: "2.0"
2synopsis: "Mirage implementation for Alcotest"
3description: "Mirage implementation 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 "cmdliner" {with-test & >= "1.1.0"}
14 "fmt"
15 "ocaml" {>= "4.05.0"}
16 "alcotest" {= version}
17 "mirage-clock" {>= "2.0.0"}
18 "duration"
19 "lwt"
20 "logs"
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/mirage/alcotest.git"
38url {
39 src:
40 "https://github.com/mirage/alcotest/releases/download/1.6.0/alcotest-1.6.0.tbz"
41 checksum: [
42 "sha256=fd00f9668395874ff3b1d7ef566d14efc02fa7dd34123eb25d59355be94b2329"
43 "sha512=69a7ef300ba10a9ccb1e25b1cfdb0a0abf9ca976864a52a22f0e1fae1e5d1cbeb99498c086230b839ee9da4d0fd71e63686e126ca42221537f3fdb6f6c5aae95"
44 ]
45}
46x-commit-hash: "6be328d73513db7f32173f86a997a59904fb1ee6"