this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Virtual package containing optional JavaScript dependencies for Alcotest"
4description:
5 "Virtual package containing optional JavaScript dependencies for Alcotest"
6maintainer: ["thomas@gazagnaire.org"]
7authors: ["Thomas Gazagnaire"]
8license: "ISC"
9homepage: "https://github.com/mirage/alcotest"
10doc: "https://mirage.github.io/alcotest"
11bug-reports: "https://github.com/mirage/alcotest/issues"
12depends: [
13 "dune" {>= "3.0"}
14 "alcotest" {= version}
15 "js_of_ocaml-compiler" {>= "3.11.0"}
16 "conf-npm" {with-test}
17 "fmt" {with-test & >= "0.8.7"}
18 "cmdliner" {with-test & >= "1.1.0"}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/mirage/alcotest.git"
36url {
37 src:
38 "https://github.com/mirage/alcotest/releases/download/1.7.0/alcotest-1.7.0.tbz"
39 checksum: [
40 "sha256=812bacdb34b45e88995e07d7306bdab2f72479ef1996637f1d5d1f41667902df"
41 "sha512=4ae1ba318949ec9db8b87bc8072632a02f0e4003a95ab21e474f5c34c3b5bde867b0194a2d0ea7d9fc4580c70a30ca39287d33a8c134acc7611902f79c7b7ce8"
42 ]
43}
44x-commit-hash: "927088ffadce153306a36cef4d0fed52609208f6"