forked from m2osw/csspp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
68 lines (63 loc) · 2.28 KB
/
control
File metadata and controls
68 lines (63 loc) · 2.28 KB
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
Source: csspp
Priority: extra
Maintainer: R. Douglas Barbieri <doug@dooglio.net>
Build-Depends: catch (>= 1.0),
cmake,
debhelper,
doxygen,
graphviz,
libadvgetopt-dev (>= 2.0.4.0~xenial),
libboost-dev,
libexcept-dev (>= 1.0.5.0~xenial),
libutf8-dev (>= 1.0.6.0~xenial),
snapcmakemodules (>= 1.0.35.3~xenial),
snapdev (>= 1.1.2.0~xenial)
Standards-Version: 3.9.4
Section: libs
Homepage: https://snapwebsites.org/
Vcs-Git: https://github.com/m2osw/snapcpp.git
Vcs-Browser: https://github.com/m2osw/csspp
Package: libcsspp-dev
Section: libdevel
Architecture: any
Depends: libcsspp (= ${binary:Version}), ${misc:Depends}
Recommends: csspp-doc (= ${binary:Version})
Description: CSS Preprocessor library development files for C++.
This package includes all the necessary files for you to develop code
that link against the libcsspp library.
.
This is the development package complete with C++ headers.
Package: csspp-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libcsspp (= ${binary:Version})
Description: C++ library API documentation.
The CSS Preprocessor comes with a library one can use in their own C++
application. It reads and processes CSS files and strings and spits them
back out based on an Agent string and other similar data entry.
.
This is the documenation package to use with the libcsspp-dev package.
Package: libcsspp
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CSS Preprocessor C++ library.
The CSS Preprocessor library is used with the CSS Preprocessor tools and
software that link against it.
.
This is the runtime package for the CSS Preprocessor C++ library.
Package: csspp
Section: web
Architecture: any
Depends: libcsspp (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: csspp-doc (>=1.0)
Description: Preprocess extended CSS to compressed CSS.
This package includes the csspp tool one can use to transform an extended
CSS file to a compressed CSS. The tool supports variables (i.e. $my_color),
encapsulation (i.e. div { border: 1px; a { color: red } }), and many more
extensions. The documentation includes all the detailed information about
all the available extensions.
.
This package contains the CSS Proprocessor command line tool.
# vim: ts=4 sw=4 et