opam-version: "2.0"
maintainer:  "thomas@gazagnaire.org"
authors:     "Thomas Gazagnaire"
homepage:    "https://github.com/mirage/alcotest/"
dev-repo:    "git+https://github.com/mirage/alcotest.git"
bug-reports: "https://github.com/mirage/alcotest/issues/"
license:     "ISC"
doc:         "https://mirage.github.io/alcotest/"

build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]

depends: [
  "dune" {>= "1.11"}
  "ocaml" {>= "4.03.0"}
  "alcotest" {= version}
  "async_unix" {>= "v0.9.0" & < "v0.15"}
  "core_kernel" {>= "v0.9.0" & < "v0.15"}
]

synopsis: "Async-based helpers for Alcotest"
url {
  src:
    "https://github.com/mirage/alcotest/releases/download/1.0.0/alcotest-1.0.0.tbz"
  checksum: [
    "sha256=ddabff1722ddef4a521c89b9572b9d06f2440d89169db806bea848cb218d83a8"
    "sha512=3c9dffbb5064cf3e9995110628c7fdf466651e9e022addc8eb1c79585863112a195c254994eb8f8384e183c9e2d9c946e28dcd4b1cac7ca48114a478de2362c0"
  ]
}
