File: control

package info (click to toggle)
gd4o 1.0~alpha5-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,212 kB
  • sloc: xml: 1,618; ml: 1,136; ansic: 781; makefile: 85
file content (66 lines) | stat: -rw-r--r-- 2,472 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
Source: gd4o
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
 debhelper (>= 12),
 dh-buildinfo,
 ocaml-nox,
 dh-ocaml (>= 0.9),
 libgd-dev,
 ocaml-findlib (>= 1.2.4),
 pkg-config
Standards-Version: 4.4.0
Homepage: http://matt.gushee.net/software/gd4o/
Vcs-Git: https://salsa.debian.org/ocaml-team/gd4o.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/gd4o

Package: libgd-ocaml
Architecture: any
Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Breaks: libgd-gd2-noxpm-ocaml (<< 1.0~alpha5-6~)
Description: OCaml interface to the GD library -- runtime files
 This package provides an interface to the GD library for
 OCaml programmers.
 .
 GD is a graphics library. It allows your code to quickly draw images
 complete with lines, arcs, text, multiple colours, cut and paste from
 other images, flood fills, and write out the result as a PNG file.
 This is particularly useful in World Wide Web applications, where PNG is
 one of the formats accepted for inline images by most browsers.
 .
 This package contains only the shared runtime stub libraries.

Package: libgd-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends},
         libgd-dev,
         libgd-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml interface to the GD library -- developpement files
 This package provides an interface to the GD library for
 OCaml programmers.
 .
 GD is a graphics library. It allows your code to quickly draw images
 complete with lines, arcs, text, multiple colours, cut and paste from
 other images, flood fills, and write out the result as a PNG file.
 This is particularly useful in World Wide Web applications, where PNG is
 one of the formats accepted for inline images by most browsers.
 .
 This package contains all the development stuff you need to develop
 OCaml programs which use this module.

Package: libgd-gd2-noxpm-ocaml
Architecture: all
Depends: libgd-ocaml
Description: OCaml interface to the GD library -- transitional package
 This is a transitional dummy package to install libgd-gd2-noxpm-ocaml.
 It can safely be removed.

Package: libgd-gd2-noxpm-ocaml-dev
Architecture: all
Depends: libgd-ocaml-dev
Description: OCaml interface to the GD library -- transitional package
 This is a transitional dummy package to install libgd-gd2-noxpm-ocaml-dev.
 It can safely be removed.