this repo has no description

ez-conf-lib.2

Changed files
+23 -1
packages
ez-conf-lib
ez-conf-lib.1
ez-conf-lib.2
+1 -1
packages/ez-conf-lib/ez-conf-lib.1/opam
···
"conf-findutils"
]
url {
-
src: "https://github.com/nberth/ez-conf-lib/archive/main.tar.gz"
+
src: "https://github.com/nberth/ez-conf-lib/releases/download/1/1.tar.gz"
checksum: "sha512=f223a9cd0ecd3dada1bc06f0ff1492eb776ce63b6c3f79f97f6e1246a85a8f159be45d6b5a6b44f42c21ba00a536f7e763d934a397fcd3428319095bb7cec6aa"
}
+22
packages/ez-conf-lib/ez-conf-lib.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Simple generator of conf-<pkg>.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 <m@nberth.space>"
+
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"
+
}