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.02"} 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.1/configuration-0.4.1.tar.xz" 36 checksum: [ 37 "sha256=cbef3722605e62329f00e53e71308c477e9230bb46240e75715890439f6c49e6" 38 "md5=02e0db2faaaacc47003c973bd54ccb93" 39 ] 40}