opam-version: "2.0" synopsis: "Async-based helpers for Alcotest" description: "Async-based helpers for Alcotest" maintainer: ["thomas@gazagnaire.org"] authors: ["Thomas Gazagnaire"] license: "ISC" homepage: "https://github.com/mirage/alcotest" doc: "https://mirage.github.io/alcotest" bug-reports: "https://github.com/mirage/alcotest/issues" depends: [ "dune" {>= "2.8"} "re" {with-test} "fmt" {with-test} "cmdliner" {with-test & >= "1.1.0"} "core" {>= "v0.15.0"} "core_unix" {>= "v0.15.0" & < "v0.16.0"} "base" "async_kernel" "ocaml" {>= "4.11.0"} "alcotest" {= version} "async" {>= "v0.15.0"} "async_unix" {>= "v0.15.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mirage/alcotest.git" url { src: "https://github.com/mirage/alcotest/releases/download/1.6.0/alcotest-1.6.0.tbz" checksum: [ "sha256=fd00f9668395874ff3b1d7ef566d14efc02fa7dd34123eb25d59355be94b2329" "sha512=69a7ef300ba10a9ccb1e25b1cfdb0a0abf9ca976864a52a22f0e1fae1e5d1cbeb99498c086230b839ee9da4d0fd71e63686e126ca42221537f3fdb6f6c5aae95" ] } x-commit-hash: "6be328d73513db7f32173f86a997a59904fb1ee6"