cairo-ocaml 1:1.2.0-5.1 source package in Ubuntu

Changelog

cairo-ocaml (1:1.2.0-5.1) unstable; urgency=medium


  * Non-maintainer upload.
  * debian/control: Switch to automake1.11. (Closes: #724354)

 -- Eric Dorland <email address hidden>  Mon, 03 Mar 2014 00:59:13 -0500

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
cairo-ocaml_1.2.0-5.1.dsc 2.2 KiB cf672a13d2cd6b9555d8f922eb898d7f0d47889de343e7ea0615e1bce5080bba
cairo-ocaml_1.2.0.orig.tar.gz 47.4 KiB 4beae96acfc13dbb8b0a798a0664380429c6a94357e7dc5747d76599deabdfc7
cairo-ocaml_1.2.0-5.1.debian.tar.xz 5.4 KiB 17c37b2afe96a4f9e114f44b1737967e38d68e9f70bf7d1602a2c4807d737026

No changes file available.

Binary packages built by this source

libcairo-ocaml: OCaml bindings for Cairo (runtime)

 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends. Paths consist
 of line segments and cubic splines and can be rendered at any width
 with various join and cap styles. All colors may be specified with
 optional translucence (opacity/alpha) and combined using the
 extended Porter/Duff compositing algebra as found in the X Render
 Extension.
 .
 Cairo exports a stateful rendering API similar in spirit to the path
 construction, text, and painting operators of PostScript, (with the
 significant addition of translucence in the imaging model). When
 complete, the API is intended to support the complete imaging model of
 PDF 1.4.
 .
 This package contains only the shared runtime stub libraries.

libcairo-ocaml-dev: OCaml bindings for Cairo

 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends. Paths consist
 of line segments and cubic splines and can be rendered at any width
 with various join and cap styles. All colors may be specified with
 optional translucence (opacity/alpha) and combined using the
 extended Porter/Duff compositing algebra as found in the X Render
 Extension.
 .
 Cairo exports a stateful rendering API similar in spirit to the path
 construction, text, and painting operators of PostScript, (with the
 significant addition of translucence in the imaging model). When
 complete, the API is intended to support the complete imaging model of
 PDF 1.4.
 .
 This package contains all the development stuff you need to use Cairo in
 your OCaml programs. The following backends are supported: PostScript,
 PDF, PNG, In-memory images and X11.