File: control

package info (click to toggle)
sassc 3.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 244 kB
  • ctags: 143
  • sloc: ansic: 725; makefile: 288; sh: 87
file content (31 lines) | stat: -rw-r--r-- 891 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
Source: sassc
Section: web
Priority: optional
Build-Depends: cdbs (>= 0.4.131~),
 licensecheck,
 libtool,
 automake,
 autoconf,
 debhelper,
 dh-buildinfo,
 libsass-dev (>= 3.4.0),
 help2man
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Homepage: https://github.com/sass/sassc
Vcs-Git: https://anonscm.debian.org/git/pkg-sass/sassc.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-sass/sassc.git

Package: sassc
Section: web
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Description: C/C++ port of the Sass CSS precompiler - command-line tool
 SassC is a C/C++ port of the Sass engine. The point is to be simple,
 fast, and easy to integrate.
 .
 Sass is a pre-processing language for CSS. It allows you to write
 cleaner stylesheets and makes collaboration on your CSS a breeze.