File: control

package info (click to toggle)
compass-color-schemer-plugin 0.2.8%2B20140309-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 208 kB
  • sloc: makefile: 35; ruby: 20
file content (33 lines) | stat: -rw-r--r-- 1,267 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
Source: compass-color-schemer-plugin
Section: web
Priority: optional
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs (>= 0.4.131~),
 licensecheck,
 debhelper,
 dh-buildinfo,
 gem2deb,
 ruby | ruby-interpreter,
 ruby-sass (>= 3.4),
 compass-blend-modes-plugin
Standards-Version: 3.9.8
Homepage: https://github.com/at-import/color-schemer
Vcs-Git: https://anonscm.debian.org/git/pkg-sass/compass-color-schemer-plugin.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-sass/compass-color-schemer-plugin.git
XS-Ruby-Versions: all

Package: compass-color-schemer-plugin
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends}
XB-Ruby-Versions: ${ruby:Versions}
Description: create color schemes with ease
 Color schemer is a robust color toolset for Sass. It expands on the
 existing Sass color functions and adds things like RYB manipulation,
 set-hue, set-lightness, tint, shade and more. It also leverages these
 tools adding a full-featured color scheming tool that allows you to set
 one primary color and create whole color schemes around it.
 .
 Sass makes CSS fun again. Sass is an extension of CSS3, adding nested
 rules, variables, mixins, selector inheritance, and more.