File: control

package info (click to toggle)
ruby-sassc 2.4.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: ruby: 2,277; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,164 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
Source: ruby-sassc
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Manas Kashyap <manaskashyaptech@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-ffi,
               ruby-minitest,
               ruby-minitest-around,
               ruby-test-construct,
               libsass-dev (>= 3.6.1),
               pry
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sassc.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sassc
Homepage: https://github.com/sass/sassc-ruby
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-sassc
Architecture: all
Depends: rake,
         ruby-ffi,
         libsass-dev (>= 3.6.1),
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby module to use libsass
 Sass is a pre-processing language for CSS.
 .
 This Ruby library uses libsass, a C/C++ port of the Sass engine,
 to compile SCSS or Sass syntax to CSS, with the speed of this engine
 and the ease of use of original Ruby Sass library.