File: control

package info (click to toggle)
camlzip 1.01-15
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 168 kB
  • ctags: 250
  • sloc: ml: 924; ansic: 139; makefile: 116; sh: 98
file content (32 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download
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
Source: camlzip
Section: libdevel
Priority: optional
Maintainer: Sven Luther <luther@debian.org>
Build-Depends: debhelper (>> 3.0.0), zlib1g-dev (>> 1.1.4), ocaml (>= 3.08.2), ocaml-nox-3.08.3, dpatch
Standards-Version: 3.5.2

Package: libzip-ocaml
Architecture: any
Section: libs
Depends: ocaml-base-nox-3.08.3, ${shlibs:Depends}
Conflicts: camlzip (<< 1.01-3)
Description: ocaml compression libraries
 This Objective Caml 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.
 .
 This package contains only the shared runtime stub libraries.

Package: libzip-ocaml-dev
Architecture: any
Section: libdevel
Depends: ocaml-nox-3.08.3, zlib1g-dev (>> 1.1.4), libzip-ocaml (= ${Source-Version})
Conflicts: camlzip
Replaces: camlzip
Provides: camlzip
Description: ocaml compression libraries
 This Objective Caml 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.
 .
 This package contains the developpment part of the camlzip package.