less.js 3.13.0+dfsg-11 source package in Ubuntu

Changelog

less.js (3.13.0+dfsg-11) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-less: Add Multi-Arch: foreign.
  * Update standards version to 4.6.1, no changes needed.

  [ Yadd ]
  * Add fix for node-mime 2

 -- Yadd <email address hidden>  Fri, 04 Nov 2022 21:29:21 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web
Noble release universe web
Mantic release universe web
Lunar release universe web

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
less.js_3.13.0+dfsg-11.dsc 2.6 KiB 4e3f516475d9bdba479a059d6e54a77eb1ed1ad7066e6fa4750b2252e65a8385
less.js_3.13.0+dfsg.orig-image-size.tar.xz 6.4 KiB 8c060b422ac39b37003b629da43464065c81dd606e7603b8106fe220d4e1e3c3
less.js_3.13.0+dfsg.orig.tar.xz 563.1 KiB c7cd878006d5eb45602a4f10d2ca58f65ab3049dc4473d46e04d8be2aec0005d
less.js_3.13.0+dfsg-11.debian.tar.xz 12.3 KiB 5f73e6127389690374491828a222fac52473f0afb7313dc4a3d8cdb3365fc3f5

Available diffs

No changes file available.

Binary packages built by this source

libjs-less: 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.

node-less: 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.