cairo-ocaml 1:1.2.0-5build1 source package in Ubuntu

Changelog

cairo-ocaml (1:1.2.0-5build1) trusty; urgency=medium

  * Rebuild for ocaml-4.01.
 -- Matthias Klose <email address hidden>   Mon, 23 Dec 2013 21:53:15 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cairo-ocaml_1.2.0.orig.tar.gz 47.4 KiB 4beae96acfc13dbb8b0a798a0664380429c6a94357e7dc5747d76599deabdfc7
cairo-ocaml_1.2.0-5build1.debian.tar.gz 5.8 KiB 9b1e4081eaa4c788fd295922ba78500efb591118bc0fb6e7ee7fcd1e5ebba31b
cairo-ocaml_1.2.0-5build1.dsc 1.6 KiB 1dfe0fdd7fad3295fd78e22f6b128616e7ca4a1cd613cebe1fb6ce95dcaa0363

View changes file

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.