this repo has no description
1opam-version: "2.0" 2synopsis: "Mirage implementation for Alcotest" 3description: "Mirage implementation 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" {>= "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] 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" 38url { 39 src: 40 "https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz" 41 checksum: [ 42 "sha256=cba1bd01707c8c55b4764bb0df8c9c732be321e1f1c1a96a406e56d8dbca1d0e" 43 "sha512=eebb034c990abd253f526e848a99881686d7bd3c7d1b1d373953d568d062e3d5aaa79b6b4807455aaa9a98710eca4ada30e816a0134717a380619a597575564d" 44 ] 45} 46x-commit-hash: "6313c95008cc5d87888cdd86ae1c25e50627f466" 47x-maintenance-intent: [ "(latest)" ]