this repo has no description
0
fork

Configure Feed

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

Merge pull request #26207 from xavierleroy/camlzip-1.12

Camlzip 1.12

authored by

Marcello Seri and committed by
GitHub
cc4ffe8b e86dac99

+27
+27
packages/camlzip/camlzip.1.12/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Accessing compressed files in ZIP, GZIP and JAR format" 4 + description: 5 + "The Camlzip library provides easy access to compressed files in ZIP and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats." 6 + maintainer: ["Xavier Leroy <xavier.leroy@college-de-france.fr>"] 7 + authors: ["Xavier Leroy"] 8 + homepage: "https://github.com/xavierleroy/camlzip" 9 + bug-reports: "https://github.com/xavierleroy/camlzip/issues" 10 + dev-repo: "git+https://github.com/xavierleroy/camlzip.git" 11 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 12 + build: [ 13 + [make "all"] 14 + ] 15 + install: [make "install"] 16 + depends: [ 17 + "ocaml" {>= "4.13.0"} 18 + "ocamlfind" {build} 19 + "conf-zlib" 20 + ] 21 + url { 22 + src: "https://github.com/xavierleroy/camlzip/archive/rel112.tar.gz" 23 + checksum: [ 24 + "sha256=639d3796a506e762f41bc5e513f3ea0ab56b79bd512446fd68cff1f4201d3821" 25 + "sha512=467c82a253440caf3d8485c949c4717b77dfdeb38ee474278be8e011ed3cd563fdcf436bc262e2c88fd27b44306f70d48808f0d001b3f62ab4c87010af61f76f" 26 + ] 27 + }