this repo has no description
1opam-version: "2.0"
2maintainer: "michipili@gmail.com"
3authors: "Michael Grünewald"
4license: "CeCILL-B"
5homepage: "https://github.com/michipili/broken"
6bug-reports: "https://github.com/michipili/broken/issues"
7dev-repo: "git+https://github.com/michipili/broken.git"
8tags: [
9 "test"
10 "unit"
11 "application"
12]
13build: [
14 ["./configure" "--prefix" prefix]
15 [conf-bmake:path "-I%{bsdowl:share}%" "all"]
16]
17install: [
18 [conf-bmake:path "-I%{bsdowl:share}%" "install"]
19]
20remove: [
21 ["ocamlfind" "remove" "broken"]
22 ["rm" "-rf" "%{share}%/doc/broken"]
23]
24depends: [
25 "ocaml" {>= "4.00.0"}
26 "ocamlfind"
27 "base-unix"
28 "bsdowl" {>= "3.0.0"}
29 "conf-bmake"
30 "conf-cpio"
31]
32synopsis: "The Broken package is a simple testsuite framework."
33description: "WWW: https://github.com/michipili/broken"
34flags: light-uninstall
35url {
36 src:
37 "https://github.com/michipili/broken/releases/download/v0.4.2/broken-0.4.2.tar.xz"
38 checksum: [
39 "sha256=266e80ee12eb9dfb16cf52f5f671464a1fba4c75ec1e713d936d1e24bf5c5368"
40 "md5=bfe86ff5f38631dfa643e98e02793d05"
41 ]
42}