File: control

package info (click to toggle)
libcroco 0.6.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,164 kB
  • ctags: 1,578
  • sloc: ansic: 20,897; sh: 9,187; makefile: 210
file content (70 lines) | stat: -rw-r--r-- 2,841 bytes parent folder | download
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
Source: libcroco
Section: libs
Priority: optional
Maintainer: Sebastien Bacher <seb128@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Kilian Krause <kilian@debian.org>, Loic Minier <lool@dooz.org>
Build-Depends: cdbs,
               debhelper (>= 4.0.0),
               gnome-pkg-tools (>= 0.7),
               libxml2-dev (>= 2.4.23),
               libglib2.0-dev (>= 2.0),
               zlib1g-dev,
               dpkg-dev (>= 1.13.19)
Standards-Version: 3.7.3

Package: libcroco3-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libcroco3 (= ${binary:Version}),
         libxml2-dev (>= 2.4.23),
         libglib2.0-dev (>= 2.0)
Description: 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.


Package: libcroco3
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: 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 shared libraries.