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

Changelog

cairo-ocaml (1:1.2.0-9build2) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 16:43:15 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
cairo-ocaml_1.2.0.orig.tar.gz 47.4 KiB 4beae96acfc13dbb8b0a798a0664380429c6a94357e7dc5747d76599deabdfc7
cairo-ocaml_1.2.0-9build2.debian.tar.xz 6.4 KiB f121be39644282426bf19c3badbbc9713b49cc34867b7a9f46848e87af5448d9
cairo-ocaml_1.2.0-9build2.dsc 2.1 KiB 9804083d767fada803e33d56423d953bd7d59adb4c79c8918441425108288ec2

Available diffs

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.