libcroco 0.6.5-1ubuntu0.1 source package in Ubuntu

Changelog

libcroco (0.6.5-1ubuntu0.1) precise; urgency=low

  * debian/patches/git-revert-green-change.patch:
    - Revert change to the "green" color since it violates the CSS and
      SVG standards (LP: #1163999)
 -- Jeremy Bicha <email address hidden>   Tue, 09 Apr 2013 13:43:15 +0100

Upload details

Uploaded by:
Jeremy BĂ­cha
Sponsored by:
Dimitri John Ledkov
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main libs

Downloads

File Size SHA-256 Checksum
libcroco_0.6.5.orig.tar.xz 451.3 KiB 2c6959c3644e889264a61c35ddf17401c86943681d4fe3c1682ecd9acabda7e3
libcroco_0.6.5-1ubuntu0.1.debian.tar.gz 7.4 KiB e3d94aabe57741f67bbf768d55729de2a3a16e0ff3c2c32b11f66cda932c187e
libcroco_0.6.5-1ubuntu0.1.dsc 2.5 KiB f2bdd7946e2f9a07257c93ba1a0d753a12ce1ab14834e532dbae987f966abac5

View changes file

Binary packages built by this source

libcroco-tools: Cascading Style Sheet (CSS) parsing and manipulation toolkit - utils

 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 wich 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 csslint, a standalone utility based on libcroco that
 can be used for testing CSS correctness.

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 wich 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 wich 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.