this repo has no description
0
fork

Configure Feed

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

Package bz2.0.8.0

Kate ab1921d4 f5e16063

+41
+41
packages/bz2/bz2.0.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "CamlBZ2 OCaml bindings for the libbz2" 3 + description: 4 + "This is CamlBZ2, OCaml bindings for the libbz2 (AKA, bzip2)(de)compression library." 5 + maintainer: [ 6 + "Pietro Abate" "Johannes Schauer Marin Rodrigues" "Ralf Treinen" 7 + ] 8 + authors: ["Stefano Zacchiroli" "Johannes Schauer Marin Rodrigues"] 9 + license: "LGPL-3.0-or-later with OCaml-LGPL-linking-exception" 10 + homepage: "http://www.mancoosi.org/software/" 11 + doc: "https://irill.gitlab.io/camlbz2" 12 + bug-reports: "https://gitlab.com/irill/camlbz2/issues/" 13 + depends: [ 14 + "dune" {>= "2.8"} 15 + "conf-libbz2" 16 + "stdlib-shims" 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://gitlab.com/irill/camlbz2.git" 34 + url { 35 + src: 36 + "https://gitlab.com/irill/camlbz2/-/archive/0.8.0/camlbz2-0.8.0.tar.bz2" 37 + checksum: [ 38 + "md5=5c42ed3df3f485b85ce88e04c6566c59" 39 + "sha512=5d8f8ff20676d77aa9c418bd8ba8a3c14aeb6e44e2d458f03ead29f703c97f3f7b5999e2b0a3fc3c78c5a77e7fbd55e5f8c8aeed154f4d46030f7f92f7f1f38a" 40 + ] 41 + }