1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: libccss
Section: libs
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 7), cdbs, gtk-doc-tools, libcairo2-dev, libcroco3-dev, libglib2.0-dev, librsvg2-dev, libsoup2.4-dev, docbook-to-man, libgtk2.0-dev
Standards-Version: 3.9.3
Homepage: http://cgit.freedesktop.org/ccss/
Package: libccss-1-5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple api for CSS stylesheets
Libccss offers a simple API to
* Parse CSS stylesheets.
* Query for style configurations on a user-provided document
representation.
* Draw query results onto cairo surfaces
Package: libccss-1-5-dbg
Section: debug
Architecture: any
Priority: extra
Depends: libccss-1-5 (= ${binary:Version}), ${misc:Depends}
Description: simple api for CSS stylesheets (Debug files)
Libccss offers a simple API to
* Parse CSS stylesheets.
* Query for style configurations on a user-provided document
representation.
* Draw query results onto cairo surfaces
.
This package contains the debug symbols.
Package: libccss-dev
Section: libdevel
Architecture: any
Depends: libccss-1-5 (= ${binary:Version}), ${shlibs:Depends}, libcairo2-dev, libcroco3-dev, libglib2.0-dev, librsvg2-dev, ${misc:Depends}
Description: simple api for CSS stylesheets (development headers)
Libccss offers a simple API to
* Parse CSS stylesheets.
* Query for style configurations on a user-provided document
representation.
* Draw query results onto cairo surfaces
.
This package contains the development headers.
Package: libccss-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: devhelp
Description: simple api for CSS Stylesheets (documentation)
Libccss offers a simple API to
* Parse CSS stylesheets.
* Query for style configurations on a user-provided document
representation.
* Draw query results onto cairo surfaces
.
This package contains the documentation.
Package: libccss-tools
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple api for CSS stylesheets (utilities)
Libccss offers a simple API to
* Parse CSS stylesheets.
* Query for style configurations on a user-provided document
representation.
* Draw query results onto cairo surfaces
.
This package contains some utilities.
* ccss-stylesheet-to-gtkrc: load CSS files and dump the resulting for
debugging multi-file stylesheets
|