opam-version: "2.0" maintainer: "michipili@gmail.com" authors: "Michael Grünewald" license: "CeCILL-B" homepage: "https://github.com/michipili/configuration" bug-reports: "https://github.com/michipili/configuration/issues" dev-repo: "git+https://github.com/michipili/configuration.git" tags: [ "configuration" "system" ] build: [ ["./configure" "--prefix" prefix] [conf-bmake:path "-I%{bsdowl:share}%" "all"] ] install: [ [conf-bmake:path "-I%{bsdowl:share}%" "install"] ] remove: [ ["ocamlfind" "remove" "configuration"] ["rm" "-rf" "%{share}%/doc/configuration"] ] depends: [ "ocaml" {>= "4.01.0"} "broken" {>= "0.4.1"} "bsdowl" {>= "3.0.0"} "conf-bmake" "ocamlfind" ] synopsis: "Analyse configuration files" description: "WWW: https://github.com/michipili/configuration" flags: light-uninstall url { src: "https://github.com/michipili/configuration/releases/download/v0.4.0/configuration-0.4.0.tar.xz" checksum: [ "sha256=ed2bc3b9d0d88e7e20157b2317edd48a532e9841560e5fd3d4d9478e2e3eb48f" "md5=842d6b9c9b4e41a2dfec2296efdd8572" ] }