libcroco 0.6.4-1 source package in Ubuntu
Changelog
libcroco (0.6.4-1) unstable; urgency=low [ Josselin Mouette ] * Stop marking libcroco3-dev as MA: same. * Mark libcroco-tools as MA: foreign. * Update repository URL. [ Martin Pitt ] * debian/watch: Look for xz tarballs. * New upstream bug fix release. * Drop 02-format-security.patch, applied upstream. -- Martin Pitt <email address hidden> Wed, 08 Feb 2012 09:03:04 +0100
Upload details
- Uploaded by:
- Martin Pitt
- Uploaded to:
- Precise
- Original maintainer:
- Debian GNOME Maintainers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcroco_0.6.4.orig.tar.xz | 451.1 KiB | c816bad3406c52a98d84a2222c0e4a7b70ee0640b49cde4a236deaa02c4232ea |
libcroco_0.6.4-1.debian.tar.gz | 4.4 KiB | 7c97589b0ed5cf9e26cca5927f9e6fd2049f2bc7a3759b2adf8bc6afc5989f9a |
libcroco_0.6.4-1.dsc | 2.2 KiB | 5251ce9ce6c0499dc54081e39c200bbb25834136f62bc67bfab3a9b0847e517b |
Available diffs
- diff from 0.6.2-2 (in Debian) to 0.6.4-1 (722.8 KiB)
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.