opam-version: "2.0" synopsis: "Virtual package containing optional JavaScript dependencies for Alcotest" description: "Virtual package containing optional JavaScript dependencies 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" {>= "3.0"} "alcotest" {= version} "js_of_ocaml-compiler" {>= "3.11.0"} "conf-npm" {with-test} "fmt" {with-test & >= "0.8.7"} "cmdliner" {with-test & >= "1.2.0"} "odoc" {with-doc} ] dev-repo: "git+https://github.com/mirage/alcotest.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@runtest-js" {with-test} "@doc" {with-doc} ] ] url { src: "https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz" checksum: [ "sha256=cba1bd01707c8c55b4764bb0df8c9c732be321e1f1c1a96a406e56d8dbca1d0e" "sha512=eebb034c990abd253f526e848a99881686d7bd3c7d1b1d373953d568d062e3d5aaa79b6b4807455aaa9a98710eca4ada30e816a0134717a380619a597575564d" ] } x-commit-hash: "6313c95008cc5d87888cdd86ae1c25e50627f466" x-maintenance-intent: [ "(latest)" ]