this repo has no description
1opam-version: "2.0" 2synopsis: "Async-based helpers for Alcotest" 3description: "Async-based helpers 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.2"} 12 "re" {with-test} 13 "fmt" {with-test} 14 "cmdliner" {with-test} 15 "core" 16 "base" 17 "async_kernel" 18 "ocaml" {>= "4.03.0"} 19 "alcotest" {= version} 20 "async_unix" {>= "v0.9.0" & < "v0.15"} 21 "core_kernel" {>= "v0.9.0" & < "v0.15"} 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" 38x-commit-hash: "89d04d50aeadf2425fd15a9784ef4d0a6d583ba3" 39url { 40 src: 41 "https://github.com/mirage/alcotest/releases/download/1.3.0/alcotest-mirage-1.3.0.tbz" 42 checksum: [ 43 "sha256=79f9debdbca895374d6fdd73af8a470dcbe068b410483d35c04bb6ccc33e89ac" 44 "sha512=c41b17354d391d72f5f7bbbf520d7d227ec3df1bb25183e4a6761bb6d76e787ab89302bf58695cfe5a05b7d00cd77fe9d18d1eee396ecc724dfe942ecd1144aa" 45 ] 46}