1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: camlbz2
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Ralf Treinen <treinen@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml,
ocaml-dune,
libbz2-dev,
dh-ocaml
Standards-Version: 4.6.2
Homepage: https://gitlab.com/irill/camlbz2/-/tree/master
Vcs-Browser: https://salsa.debian.org/ocaml-team/camlbz2
Vcs-Git: https://salsa.debian.org/ocaml-team/camlbz2.git
Rules-Requires-Root: no
Package: libbz2-ocaml-dev
Architecture: any
Depends:
libbz2-dev,
libbz2-ocaml (= ${binary:Version}),
ocaml-findlib,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ocaml-odoc
Provides: ${ocaml:Provides}
Description: OCaml bindings for the bzip2 compression library
CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular
compression library which typically compresses better (i.e., smaller
resulting files) than gzip.
.
Using CamlBZ2 you can read and write compressed "files", where files
can be anything offering an in_channel/out_channel abstraction
(files, sockets, ...).
.
Also, with CamlBZ2 you can compress and decompress strings in memory
using the bzip2 compression algorithm.
.
This package contains all the development stuff you need to use
CamlBZ2 in your programs.
Package: libbz2-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides:
${ocaml:Provides}
Description: OCaml bindings for the bzip2 compression library (runtime)
CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular
compression library which typically compresses better (i.e., smaller
resulting files) than gzip.
.
Using CamlBZ2 you can read and write compressed "files", where files
can be anything offering an in_channel/out_channel abstraction
(files, sockets, ...).
.
Also, with CamlBZ2 you can compress and decompress strings in memory
using the bzip2 compression algorithm.
.
This package contains only the shared runtime stub libraries.
|