···11+opam-version: "2.0"
22+synopsis: "Alcotest is a lightweight and colourful test framework"
33+description: """
44+Alcotest exposes simple interface to perform unit tests. It exposes
55+a simple TESTABLE module type, a check function to assert test
66+predicates and a run function to perform a list of unit -> unit
77+test callbacks.
88+99+Alcotest provides a quiet and colorful output where only faulty runs
1010+are fully displayed at the end of the run (with the full logs ready to
1111+inspect), with a simple (yet expressive) query language to select the
1212+tests to run.
1313+"""
1414+maintainer: ["thomas@gazagnaire.org"]
1515+authors: ["Thomas Gazagnaire"]
1616+license: "ISC"
1717+homepage: "https://github.com/mirage/alcotest"
1818+doc: "https://mirage.github.io/alcotest"
1919+bug-reports: "https://github.com/mirage/alcotest/issues"
2020+depends: [
2121+ "dune" {>= "3.0"}
2222+ "ocaml" {>= "4.08"}
2323+ "fmt" {>= "0.8.7"}
2424+ "astring"
2525+ "cmdliner" {>= "1.2.0"}
2626+ "re" {>= "1.7.2"}
2727+ "stdlib-shims"
2828+ "uutf" {>= "1.0.1"}
2929+ "ocaml-syntax-shims"
3030+ "odoc" {with-doc}
3131+]
3232+conflicts: [
3333+ "result" {< "1.5"}
3434+ "js_of_ocaml-compiler" {< "5.8"}
3535+]
3636+build: [
3737+ ["dune" "subst"] {dev}
3838+ [
3939+ "dune"
4040+ "build"
4141+ "-p"
4242+ name
4343+ "-j"
4444+ jobs
4545+ "@install"
4646+ "@runtest" {with-test}
4747+ "@doc" {with-doc}
4848+ ]
4949+]
5050+dev-repo: "git+https://github.com/mirage/alcotest.git"
5151+x-maintenance-intent: [ "(latest)" ]
5252+url {
5353+ src:
5454+ "https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz"
5555+ checksum: [
5656+ "sha256=e2387136ca854df2b4152139dd4d4b3953a646e804948073dedfe0a232f08a15"
5757+ "sha512=ba38fe4a9061b001d274e5d41fb06c10c84120570fc00dc57dc5a06ba05176c2413295680d839f465ba91469ea99d7e172a324e26f005d6e8c4d98fca7657241"
5858+ ]
5959+}
6060+x-commit-hash: "263a4245071f6dad243a3d72d9dd875b2bd267a0"