this repo has no description
1opam-version: "2.0"
2synopsis: "Modules shared by testo, testo-lwt, etc"
3description: "Testo is a test framework for OCaml."
4maintainer: ["Martin Jambon <martin@semgrep.com>"]
5authors: ["Martin Jambon" "Gabriel Jaldon"]
6license: "ISC"
7homepage: "https://github.com/semgrep/testo"
8bug-reports: "https://github.com/semgrep/testo/issues"
9depends: [
10 "dune" {>= "3.7"}
11 "ocaml" {>= "4.08.0"}
12 "fpath"
13 "testo-diff"
14 "odoc" {with-doc}
15 "re" {>= "1.10.0"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/semgrep/testo.git"
32url {
33 src:
34 "https://github.com/semgrep/testo/releases/download/0.1.0/testo-0.1.0.tbz"
35 checksum: [
36 "sha256=a156a3ac637e09e57c44a92f4f10723d2f509d237105b10a0120fca3447887b6"
37 "sha512=f236afc247af23d55ca38a4611206d3daab5ef463bbea3ab07ecec6196bd92a53f7e997d348f40534911641558383d8c85ac2ab7607514dd6b90835c8e3f7294"
38 ]
39}
40x-commit-hash: "76de74b853b5735d01c4903b4a45c1d44f0f470d"