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
|
Source: less.js
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
devscripts,
debhelper,
dh-buildinfo,
nodejs (>= 0.6.19~dfsg1-3~),
node-source-map,
node-uglify,
libyaml-tiny-perl,
help2man
Standards-Version: 3.9.6
Homepage: http://lesscss.org/
Vcs-Git: git://anonscm.debian.org/pkg-javascript/less.js
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/less.js.git
Package: libjs-less
Architecture: all
Depends: ${misc:Depends}
Recommends: ${cdbs:Recommends}
Description: LESS CSS meta-language - Javascript library
LESS is a meta-language on top of CSS that’s used to describe the style
of a document cleanly and structurally, with more power than flat CSS
allows. LESS both provides a simpler, more elegant syntax for CSS and
implements various features that are useful for creating manageable
stylesheets.
.
less.js is the reference implementation of LESS, written in JavaScript.
.
This package contains the less.js library usable for dynamic parsing of
LESS in a web browser.
Package: node-less
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends}
Recommends: ${cdbs:Recommends}
Description: LESS CSS meta-language - compiler and Node module
Node is an event-based server-side JavaScript engine.
.
LESS is a meta-language on top of CSS that’s used to describe the style
of a document cleanly and structurally, with more power than flat CSS
allows. LESS both provides a simpler, more elegant syntax for CSS and
implements various features that are useful for creating manageable
stylesheets.
.
less.js is the reference implementation of LESS, written in JavaScript.
.
This package contains less.js usable as Node module, and the script
lessc for statically compiling LESS data into CSS.
|