File: control

package info (click to toggle)
camlzip 1.01-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 148 kB
  • ctags: 248
  • sloc: ml: 924; ansic: 139; makefile: 108
file content (32 lines) | stat: -rw-r--r-- 1,196 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: devel
Priority: optional
Maintainer: Sven Luther <luther@debian.org>
Build-Depends: debhelper (>> 3.0.0), zlib1g-dev (>> 1.1.4), ocaml
Standards-Version: 3.5.2

Package: libzip-ocaml
Architecture: any
Section: libs
Depends: ocaml (>=3.04), ocaml (<<3.05), ${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: devel
Depends: ocaml (>=3.04), ocaml (<<3.05), 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.