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 "fmt" {with-test & >= "0.8.7"}
17 "cmdliner" {with-test & >= "1.2.0"}
18 "conf-npm" {with-test}
19 "odoc" {with-doc}
20]
21dev-repo: "git+https://github.com/mirage/alcotest.git"
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@runtest-js" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37x-maintenance-intent: [ "(latest)" ]
38url {
39 src:
40 "https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz"
41 checksum: [
42 "sha256=e2387136ca854df2b4152139dd4d4b3953a646e804948073dedfe0a232f08a15"
43 "sha512=ba38fe4a9061b001d274e5d41fb06c10c84120570fc00dc57dc5a06ba05176c2413295680d839f465ba91469ea99d7e172a324e26f005d6e8c4d98fca7657241"
44 ]
45}
46x-commit-hash: "263a4245071f6dad243a3d72d9dd875b2bd267a0"