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 "bsdowl" {>= "3.0.0"} 28 "conf-bmake" 29 "conf-cpio" 30] 31synopsis: "The Broken package is a simple testsuite framework." 32description: "WWW: https://github.com/michipili/broken" 33flags: light-uninstall 34url { 35 src: 36 "https://github.com/michipili/broken/releases/download/v0.3.0/broken-0.3.0.tar.xz" 37 checksum: [ 38 "sha256=9a787da2d7c0055a04c064c4e007707e51a8b8ce7adeb2d32f31f04695639fd3" 39 "md5=6303ef2cfb50269c42e156ef3e60909b" 40 ] 41}