libcroco 0.6.8-2ubuntu1 source package in Ubuntu

Changelog

libcroco (0.6.8-2ubuntu1) trusty; urgency=low

  * powerpc64le-support.patch: Patch aclocal and configure for ppc64el.
 -- Adam Conrad <email address hidden>   Sun, 08 Dec 2013 03:06:49 -0700

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main libs

Downloads

File Size SHA-256 Checksum
libcroco_0.6.8.orig.tar.xz 454.1 KiB ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570
libcroco_0.6.8-2ubuntu1.debian.tar.gz 7.2 KiB 04581081020bab613350eeeaea51913f42de9882ec8312b715a451ccc5850d59
libcroco_0.6.8-2ubuntu1.dsc 1.7 KiB 98965b5a51ae550e2e3bc82d928ff8bdb6419704d71e2ba09ad06a2653cbceba

View changes file

Binary packages built by this source

libcroco-tools: No summary available for libcroco-tools in ubuntu utopic.

No description available for libcroco-tools in ubuntu utopic.

libcroco3: Cascading Style Sheet (CSS) parsing and manipulation toolkit

 Services provided by Libcroco
  * A parser module that provides
    o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven
      API which resembles SAX in the xml world.
    o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model.
 .
    The libcroco parser implements the CSS Level 2 specification, the CSS
    forward compatibility rules and the CSS cascading rules.
 .
  * A CSS2 selection engine
    Given an xml element node (that obviously comes from an xml document) and
    a stylesheet cascade, the Libcroco selection engine can evaluate the css
    selectors of the cascade and return the style properties associated to
    the xml element node.
 .
    Note that the xml manipulation toolkit used by the libcroco selection
    engine at the moment is libxml2.
 .
 This package contains the shared libraries.

libcroco3-dev: Cascading Style Sheet (CSS) parsing and manipulation toolkit

 Services provided by Libcroco
  * A parser module that provides
    o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven
      API which resembles SAX in the xml world.
    o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model.
 .
    The libcroco parser implements the CSS Level 2 specification, the CSS
    forward compatibility rules and the CSS cascading rules.
 .
  * A CSS2 selection engine
    Given an xml element node (that obviously comes from an xml document) and
    a stylesheet cascade, the Libcroco selection engine can evaluate the css
    selectors of the cascade and return the style properties associated to
    the xml element node.
 .
    Note that the xml manipulation toolkit used by the libcroco selection
    engine at the moment is libxml2.
 .
 This package contains the header files and static libraries which is
 needed for developing the GTK+ applications.