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:
 brotli,
 debhelper,
 devscripts,
 dh-buildinfo,
 help2man,
 libyaml-tiny-perl,
 node-source-map,
 node-uglify,
 nodejs,
 pigz,
Standards-Version: 4.3.0
Homepage: http://lesscss.org/
Vcs-Browser: https://salsa.debian.org/js-team/less.js
Vcs-Git: https://salsa.debian.org/js-team/less.js.git
Rules-Requires-Root: no

Package: libjs-less
Architecture: all
Depends:
 ${misc:Depends},
Recommends:
 javascript-common,
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:
 nodejs (>= 6.11.2~dfsg-1) | nodejs-legacy,
 ${misc:Depends},
Recommends:
 node-source-map,
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.
