libcroco3-dev

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

a generic 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.

Category:

Application versions: 
AttachmentSizeDate
File libcroco3-dev_0.6.2-1_armel.deb155.13 KB05/08/2013 - 00:29
Changelog: 

libcroco (0.6.2-1) unstable; urgency=low

* New upstream release (Closes: #554224).
* debian/control.in:
+ Updating Standards-Version to 3.8.3.
+ Fix spelling in package description.
* debian/control.in,
debian/compat:
+ Update debhelper compat level to 6.
* debian/control.in,
debian/rules:
+ Fix RPATH issues.
* debian/libcroco3-dev.install,
debian/libcroco3.install:
+ Remove lines for files that were removed many versions ago.