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" "./gen-config '%{_:lib}%'" ]
14]
15depends: [
16 "ocaml"
17 "conf-findutils"
18]
19url {
20 src: "https://github.com/nberth/ez-conf-lib/archive/2.tar.gz"
21 checksum: "sha512=ef8a5d71a3299d47f5adb7514ddb4c0830159004bd18b3fc30aac9f9040e2a0b302607f6d65315a7c52336f19a74eb0c04c89a0b534500df1c68f5f6b36a86c5"
22}