File tree Expand file tree Collapse file tree 5 files changed +246
-0
lines changed
alcotest-async/alcotest-async.1.9.1
alcotest-js/alcotest-js.1.9.1
alcotest-lwt/alcotest-lwt.1.9.1
alcotest-mirage/alcotest-mirage.1.9.1 Expand file tree Collapse file tree 5 files changed +246
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Async-based helpers for Alcotest"
3+ description: "Async-based helpers for Alcotest"
4+ 5+ authors: ["Thomas Gazagnaire"]
6+ license: "ISC"
7+ homepage: "https://github.com/mirage/alcotest"
8+ doc: "https://mirage.github.io/alcotest"
9+ bug-reports: "https://github.com/mirage/alcotest/issues"
10+ depends: [
11+ "dune" {>= "3.0"}
12+ "re" {with-test}
13+ "fmt" {with-test}
14+ "cmdliner" {with-test & >= "1.2.0"}
15+ "core" {>= "v0.16.0"}
16+ "core_unix" {>= "v0.16.0"}
17+ "base"
18+ "async_kernel"
19+ "ocaml" {>= "4.14.0"}
20+ "alcotest" {= version}
21+ "async" {>= "v0.16.0"}
22+ "async_unix" {>= "v0.16.0"}
23+ "odoc" {with-doc}
24+ ]
25+ build: [
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+ ]
39+ dev-repo: "git+https://github.com/mirage/alcotest.git"
40+ x-maintenance-intent: [ "(latest)" ]
41+ url {
42+ src:
43+ "https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz"
44+ checksum: [
45+ "sha256=1e29c3b41d4329062105b723dfda3aff86b8cef5e7c7500d0e491fc5fd78e482"
46+ "sha512=c49d402fa636dcf11f81917610dd1d2eca8606c8919aede4db23710d071f6046a8f93c78de9fbfee26637a53ca67f71fad500bfa2478b7f0f059608a492dd0a5"
47+ ]
48+ }
49+ x-commit-hash: "7db64e91b159ce60937d2ff647208eb25fe37610"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis:
3+ "Virtual package containing optional JavaScript dependencies for Alcotest"
4+ description:
5+ "Virtual package containing optional JavaScript dependencies for Alcotest"
6+ 7+ authors: ["Thomas Gazagnaire"]
8+ license: "ISC"
9+ homepage: "https://github.com/mirage/alcotest"
10+ doc: "https://mirage.github.io/alcotest"
11+ bug-reports: "https://github.com/mirage/alcotest/issues"
12+ depends: [
13+ "dune" {>= "3.0"}
14+ "alcotest" {= version}
15+ "js_of_ocaml-compiler" {>= "3.11.0"}
16+ "fmt" {with-test & >= "0.8.7"}
17+ "cmdliner" {with-test & >= "1.2.0"}
18+ "odoc" {with-doc}
19+ ]
20+ dev-repo: "git+https://github.com/mirage/alcotest.git"
21+ build: [
22+ ["dune" "subst"] {dev}
23+ [
24+ "dune"
25+ "build"
26+ "-p"
27+ name
28+ "-j"
29+ jobs
30+ "@install"
31+ "@runtest" {with-test}
32+ "@runtest-js" {with-test}
33+ "@doc" {with-doc}
34+ ]
35+ ]
36+ x-maintenance-intent: [ "(latest)" ]
37+ url {
38+ src:
39+ "https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz"
40+ checksum: [
41+ "sha256=1e29c3b41d4329062105b723dfda3aff86b8cef5e7c7500d0e491fc5fd78e482"
42+ "sha512=c49d402fa636dcf11f81917610dd1d2eca8606c8919aede4db23710d071f6046a8f93c78de9fbfee26637a53ca67f71fad500bfa2478b7f0f059608a492dd0a5"
43+ ]
44+ }
45+ x-commit-hash: "7db64e91b159ce60937d2ff647208eb25fe37610"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Lwt-based helpers for Alcotest"
3+ description: "Lwt-based helpers for Alcotest"
4+ 5+ authors: ["Thomas Gazagnaire"]
6+ license: "ISC"
7+ homepage: "https://github.com/mirage/alcotest"
8+ doc: "https://mirage.github.io/alcotest"
9+ bug-reports: "https://github.com/mirage/alcotest/issues"
10+ depends: [
11+ "dune" {>= "3.0"}
12+ "re" {with-test}
13+ "cmdliner" {with-test & >= "1.2.0"}
14+ "fmt"
15+ "ocaml" {>= "4.08.0"}
16+ "alcotest" {= version}
17+ "lwt"
18+ "logs"
19+ "odoc" {with-doc}
20+ ]
21+ build: [
22+ ["dune" "subst"] {dev}
23+ [
24+ "dune"
25+ "build"
26+ "-p"
27+ name
28+ "-j"
29+ jobs
30+ "@install"
31+ "@runtest" {with-test}
32+ "@doc" {with-doc}
33+ ]
34+ ]
35+ dev-repo: "git+https://github.com/mirage/alcotest.git"
36+ x-maintenance-intent: [ "(latest)" ]
37+ url {
38+ src:
39+ "https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz"
40+ checksum: [
41+ "sha256=1e29c3b41d4329062105b723dfda3aff86b8cef5e7c7500d0e491fc5fd78e482"
42+ "sha512=c49d402fa636dcf11f81917610dd1d2eca8606c8919aede4db23710d071f6046a8f93c78de9fbfee26637a53ca67f71fad500bfa2478b7f0f059608a492dd0a5"
43+ ]
44+ }
45+ x-commit-hash: "7db64e91b159ce60937d2ff647208eb25fe37610"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Mirage implementation for Alcotest"
3+ description: "Mirage implementation for Alcotest"
4+ 5+ authors: ["Thomas Gazagnaire"]
6+ license: "ISC"
7+ homepage: "https://github.com/mirage/alcotest"
8+ doc: "https://mirage.github.io/alcotest"
9+ bug-reports: "https://github.com/mirage/alcotest/issues"
10+ depends: [
11+ "dune" {>= "3.0"}
12+ "re" {with-test}
13+ "cmdliner" {with-test & >= "1.2.0"}
14+ "fmt"
15+ "ocaml" {>= "4.08.0"}
16+ "alcotest" {= version}
17+ "mirage-clock" {>= "2.0.0"}
18+ "duration"
19+ "lwt"
20+ "logs"
21+ "odoc" {with-doc}
22+ ]
23+ build: [
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+ ]
37+ dev-repo: "git+https://github.com/mirage/alcotest.git"
38+ x-maintenance-intent: [ "(latest)" ]
39+ url {
40+ src:
41+ "https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz"
42+ checksum: [
43+ "sha256=1e29c3b41d4329062105b723dfda3aff86b8cef5e7c7500d0e491fc5fd78e482"
44+ "sha512=c49d402fa636dcf11f81917610dd1d2eca8606c8919aede4db23710d071f6046a8f93c78de9fbfee26637a53ca67f71fad500bfa2478b7f0f059608a492dd0a5"
45+ ]
46+ }
47+ x-commit-hash: "7db64e91b159ce60937d2ff647208eb25fe37610"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Alcotest is a lightweight and colourful test framework"
3+ description: """
4+ Alcotest exposes simple interface to perform unit tests. It exposes
5+ a simple TESTABLE module type, a check function to assert test
6+ predicates and a run function to perform a list of unit -> unit
7+ test callbacks.
8+
9+ Alcotest provides a quiet and colorful output where only faulty runs
10+ are fully displayed at the end of the run (with the full logs ready to
11+ inspect), with a simple (yet expressive) query language to select the
12+ tests to run.
13+ """
14+ 15+ authors: ["Thomas Gazagnaire"]
16+ license: "ISC"
17+ homepage: "https://github.com/mirage/alcotest"
18+ doc: "https://mirage.github.io/alcotest"
19+ bug-reports: "https://github.com/mirage/alcotest/issues"
20+ depends: [
21+ "dune" {>= "3.0"}
22+ "ocaml" {>= "4.08"}
23+ "fmt" {>= "0.8.7"}
24+ "astring"
25+ "cmdliner" {>= "1.2.0"}
26+ "re" {>= "1.7.2"}
27+ "stdlib-shims"
28+ "uutf" {>= "1.0.1"}
29+ "ocaml-syntax-shims"
30+ "odoc" {with-doc}
31+ ]
32+ conflicts: [
33+ "result" {< "1.5"}
34+ "js_of_ocaml-compiler" {< "5.8"}
35+ ]
36+ build: [
37+ ["dune" "subst"] {dev}
38+ [
39+ "dune"
40+ "build"
41+ "-p"
42+ name
43+ "-j"
44+ jobs
45+ "@install"
46+ "@runtest" {with-test}
47+ "@doc" {with-doc}
48+ ]
49+ ]
50+ dev-repo: "git+https://github.com/mirage/alcotest.git"
51+ x-maintenance-intent: [ "(latest)" ]
52+ url {
53+ src:
54+ "https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz"
55+ checksum: [
56+ "sha256=1e29c3b41d4329062105b723dfda3aff86b8cef5e7c7500d0e491fc5fd78e482"
57+ "sha512=c49d402fa636dcf11f81917610dd1d2eca8606c8919aede4db23710d071f6046a8f93c78de9fbfee26637a53ca67f71fad500bfa2478b7f0f059608a492dd0a5"
58+ ]
59+ }
60+ x-commit-hash: "7db64e91b159ce60937d2ff647208eb25fe37610"
You can’t perform that action at this time.
0 commit comments