Source: ruby-sassc Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Manas Kashyap Build-Depends: debhelper-compat (= 12), gem2deb, rake, ruby-ffi (>= 1.9), ruby-minitest (>= 5.5.1), ruby-minitest-around, ruby-test-construct, libsass-dev (>= 3.6.1), pry Standards-Version: 4.5.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 XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-sassc Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: rake, ruby | ruby-interpreter, ruby-ffi (>= 1.9), libsass-dev (>= 3.6.1), ${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.