opam-version: "2.0" synopsis: "Simple generator of conf-.config files" description: "This package provides a simplistic utility that \ helps writing virtual packages used to detect system libraries" authors: ["Nicolas Berthier"] maintainer: "Nicolas Berthier " homepage: "https://github.com/nberth/ez-conf-lib" dev-repo: "git+https://github.com/nberth/ez-conf-lib.git" bug-reports: "https://github.com/nberth/ez-conf-lib/issues" license: "GPL-3.0-only" build: [ [ "sh" "-ecx" "./gen-config '%{_:lib}%'" ] ] depends: [ "ocaml" "conf-findutils" ] url { src: "https://github.com/nberth/ez-conf-lib/archive/2.tar.gz" checksum: "sha512=ef8a5d71a3299d47f5adb7514ddb4c0830159004bd18b3fc30aac9f9040e2a0b302607f6d65315a7c52336f19a74eb0c04c89a0b534500df1c68f5f6b36a86c5" }