this repo has no description
1opam-version: "2.0" 2synopsis: "Simple generator of conf-<pkg>.config files" 3description: 4 "This package provides a simplistic utility that \ 5 helps writing virtual packages used to detect system libraries" 6authors: ["Nicolas Berthier"] 7maintainer: "Nicolas Berthier <m@nberth.space>" 8homepage: "https://github.com/nberth/ez-conf-lib" 9dev-repo: "git+https://github.com/nberth/ez-conf-lib.git" 10bug-reports: "https://github.com/nberth/ez-conf-lib/issues" 11license: "GPL-3.0-only" 12build: [ 13 [ "sh" "-ecx" "sed -e 's_@@ez-conf-lib:lib@@_%{_:lib}%_g' \ 14 ez-conf-lib.config.in > ez-conf-lib.config" ] 15] 16depends: [ 17 "ocaml" 18 "conf-findutils" 19] 20url { 21 src: "https://github.com/nberth/ez-conf-lib/releases/download/1/1.tar.gz" 22 checksum: "sha512=f223a9cd0ecd3dada1bc06f0ff1492eb776ce63b6c3f79f97f6e1246a85a8f159be45d6b5a6b44f42c21ba00a536f7e763d934a397fcd3428319095bb7cec6aa" 23}