File: control

package info (click to toggle)
camlimages 2.20-8
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,016 kB
  • ctags: 2,436
  • sloc: ml: 12,244; ansic: 2,402; makefile: 1,148; sh: 203
file content (66 lines) | stat: -rw-r--r-- 2,740 bytes parent folder | download | duplicates (2)
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
66
Source: camlimages
Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Sylvain Le Gall <gildor@debian.org>
Build-Depends: debhelper (>> 4.0.0), ocaml (>= 3.09.2), ocaml-findlib, libpng12-dev, libjpeg62-dev, libtiff4-dev, libxpm-dev, libfreetype6-dev ( >= 2.1.7 ), libungif4-dev, liblablgtk2-ocaml-dev, gs, dpatch, chrpath
Standards-Version: 3.7.2

Package: libcamlimages-ocaml
Architecture: any
Section: libs
Depends: ocaml-base-${F:OCamlABI}, liblablgtk2-ocaml, ${shlibs:Depends}
Description: OCaml image processing library
 CamlImages is an image processing library for Objective CAML,
 which provides:
  basic functions for image processing and loading/saving
 various image file formats (hence providing a translation
 facility from format to format)
  an interface with the Caml graphics library allows to display
 images in the Graphics module screen and to mix them with Caml
 drawings
  a freetype interface, integrated into the library: you can
 draw texts into images using any truetype fonts
 .
 In addition, the library can handle huge images that cannot be
 (or can hardly be) stored into the main memory (the library then
 automatically creates swap files and escapes them to reduce the
 memory usage).
 .
 This package contains only the shared runtime stub libraries.

Package: libcamlimages-ocaml-dev
Architecture: any
Section: libdevel
Depends: ocaml-${F:OCamlABI}, libcamlimages-ocaml (= ${Source-Version}), libpng12-dev, libjpeg62-dev, libtiff4-dev, libxpm-dev, libfreetype6-dev, libungif4-dev, liblablgtk2-ocaml-dev
Description: OCaml image processing library
 CamlImages is an image processing library for Objective CAML,
 which provides:
  basic functions for image processing and loading/saving
 various image file formats (hence providing a translation
 facility from format to format)
  an interface with the Caml graphics library allows to display
 images in the Graphics module screen and to mix them with Caml
 drawings
  a freetype interface, integrated into the library: you can
 draw texts into images using any truetype fonts
 .
 In addition, the library can handle huge images that cannot be
 (or can hardly be) stored into the main memory (the library then
 automatically creates swap files and escapes them to reduce the
 memory usage).
 .
 This package contains the development part of the camlimages
 library.

Package: libcamlimages-ocaml-doc
Architecture: all
Section: doc
Suggests: libcamlimages-ocaml-dev
Description: OCaml CamlImages library documentation
 This package provides documentation for the OCaml CamlImages
 library.
 .
 The library itself is provided in the libcamlimages-ocaml and
 libcamlimages-ocaml-dev packages.