this repo has no description
1opam-version: "2.0" 2synopsis: "Test framework for OCaml" 3description: """ 4Testo is a test framework for OCaml providing new subcommands for capturing, 5checking, and approving the output of tests.""" 6maintainer: ["Martin Jambon <martin@semgrep.com>"] 7authors: ["Martin Jambon" "Gabriel Jaldon"] 8license: "ISC" 9homepage: "https://github.com/semgrep/testo" 10bug-reports: "https://github.com/semgrep/testo/issues" 11depends: [ 12 "dune" {>= "3.7"} 13 "ocaml" {>= "4.08.0"} 14 "alcotest" {with-test} 15 "cmdliner" {>= "1.1.0"} 16 "fpath" 17 "re" {>= "1.10.0"} 18 "testo-util" 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/semgrep/testo.git" 36url { 37 src: 38 "https://github.com/semgrep/testo/releases/download/0.1.0/testo-0.1.0.tbz" 39 checksum: [ 40 "sha256=a156a3ac637e09e57c44a92f4f10723d2f509d237105b10a0120fca3447887b6" 41 "sha512=f236afc247af23d55ca38a4611206d3daab5ef463bbea3ab07ecec6196bd92a53f7e997d348f40534911641558383d8c85ac2ab7607514dd6b90835c8e3f7294" 42 ] 43} 44x-commit-hash: "76de74b853b5735d01c4903b4a45c1d44f0f470d"