this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ez-conf-lib.2

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