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/configuration"
6bug-reports: "https://github.com/michipili/configuration/issues"
7dev-repo: "git+https://github.com/michipili/configuration.git"
8tags: [
9 "configuration"
10 "system"
11]
12build: [
13 ["./configure" "--prefix" prefix]
14 [conf-bmake:path "-I%{bsdowl:share}%" "all"]
15]
16install: [
17 [conf-bmake:path "-I%{bsdowl:share}%" "install"]
18]
19remove: [
20 ["ocamlfind" "remove" "configuration"]
21 ["rm" "-rf" "%{share}%/doc/configuration"]
22]
23depends: [
24 "ocaml" {>= "4.01.0"}
25 "broken" {>= "0.4.1"}
26 "bsdowl" {>= "3.0.0"}
27 "conf-bmake"
28 "ocamlfind"
29]
30synopsis: "Analyse configuration files"
31description: "WWW: https://github.com/michipili/configuration"
32flags: light-uninstall
33url {
34 src:
35 "https://github.com/michipili/configuration/releases/download/v0.4.0/configuration-0.4.0.tar.xz"
36 checksum: [
37 "sha256=ed2bc3b9d0d88e7e20157b2317edd48a532e9841560e5fd3d4d9478e2e3eb48f"
38 "md5=842d6b9c9b4e41a2dfec2296efdd8572"
39 ]
40}