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

Changelog

cairo-ocaml (1:1.2.0-9build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 02 Nov 2023 10:06:27 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
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-9build1.debian.tar.xz 6.2 KiB d7102ea9a3ab070de7804f723011c6ec18c6947fb4beb2611ddba4050c085163
cairo-ocaml_1.2.0-9build1.dsc 2.0 KiB 5e5a765e2e8acc16dd2b4292a0e7099512c2dd964c2bbbc02c6afb190f8e0ddd

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-dbgsym: debug symbols for libcairo-ocaml
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.