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
|
Source: gd4o
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Samuel Mimram <smimram@debian.org>, Romain Beauxis <toots@rastageeks.org>
Build-Depends:
cdbs (>= 0.4.72~),
debhelper,
dh-buildinfo,
ocaml-nox,
dh-ocaml (>= 0.9),
libgd2-noxpm-dev,
libjpeg8-dev,
libfreetype6-dev,
libpng-dev,
ocaml-findlib (>= 1.2.4),
pkg-config
Standards-Version: 3.9.2
Homepage: http://matt.gushee.net/software/gd4o/
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/gd4o.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/gd4o.git
Package: libgd-gd2-noxpm-ocaml
Architecture: any
Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
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 is the full development version of the library, built without XPM
(X pixmap) or fontconfig support.
.
This package contains only the shared runtime stub libraries.
Package: libgd-gd2-noxpm-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends},
libgd2-noxpm-dev,
libgd-gd2-noxpm-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 is the full development version of the library, built without XPM
(X pixmap) or fontconfig support.
.
This package contains all the development stuff you need to develop
OCaml programs which use this module.
|