File: control

package info (click to toggle)
camlimages 1%3A5.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,176 kB
  • sloc: ml: 12,032; ansic: 2,104; perl: 80; makefile: 5
file content (119 lines) | stat: -rw-r--r-- 3,415 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Source: camlimages
Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Kyle Robbertze <paddatrapper@debian.org>,
 Ralf Treinen <treinen@debian.org>,
 Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pkgconf,
 ocaml,
 ocaml-findlib,
 ocaml-dune,
 cppo,
 libdune-ocaml-dev,
 libfindlib-ocaml-dev,
 libbase-ocaml-dev,
 libstdio-ocaml-dev,
 libgraphics-ocaml-dev,
 libpng-dev,
 libjpeg-dev,
 libtiff-dev,
 libxpm-dev,
 libexif-dev,
 libfreetype-dev,
 libgif-dev,
 ghostscript,
 dh-ocaml (>= 1.2)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ocaml-team/camlimages.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/camlimages
Homepage: https://gitlab.com/camlspotter/camlimages
Rules-Requires-Root: no

Package: libcamlimages-ocaml
Architecture: any
Section: ocaml
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides:
 ${ocaml:Provides}
Description: OCaml image processing library (Runtime library)
 CamlImages is an image processing library for OCaml, 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 one 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: ocaml
Depends:
 ${ocaml:Depends},
 libpng-dev,
 libjpeg-dev,
 libtiff-dev,
 libexif-dev,
 libxpm-dev,
 libfreetype-dev,
 libgif-dev,
 ${shlibs:Depends},
 ${misc:Depends}
Provides:
 ${ocaml:Provides}
Suggests:
 ocaml-findlib
Description: OCaml image processing library (Development package)
 CamlImages is an image processing library for OCaml, 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 one 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
Depends: ${misc:Depends}
Breaks: libcamlimages-ocaml-dev (<< 1:3.0.1-2)
Replaces: libcamlimages-ocaml-dev (<< 1:3.0.1-2)
Multi-Arch: foreign
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.