rsass 0.28.0-1 source package in Ubuntu

Changelog

rsass (0.28.0-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * drop patch 2002, obsoleted by Debian package updates
  * add patch 2001
    to relax dependency to match system-crate fastrand 1.8.0

 -- Jonas Smedegaard <email address hidden>  Mon, 10 Jul 2023 12:50:52 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rsass_0.28.0-1.dsc 2.6 KiB a33aaed6bfde431e4ba98db35cb079d0e8967ae6c27edb521af0d1a03178eca5
rsass_0.28.0.orig.tar.gz 580.6 KiB 61d064f4a9ecd499e4947d6b188a0041e5e2dd2ecdb47da0b7e8f3c76fb4a5d5
rsass_0.28.0-1.debian.tar.xz 26.2 KiB 391a9d52fb2a56b472f3e6d0fce9944620e7890a16fb7663c903a64bf7927d96

Available diffs

No changes file available.

Binary packages built by this source

librust-rsass-dev: sass implementation in pure rust - Rust source code

 rsass is sass reimplemented in rust with nom.
 .
 Sass is a pre-processing language for CSS.
 It allows you to write cleaner stylesheets
 and makes collaboration on your CSS a breeze.
 .
 NB! Not all of the official Sass specification is implemented yet.
 See upstream README below /usr/share/doc/librust-rsass-dev/
 for more details.
 .
 This package contains the source for the Rust rsass crate,
 packaged for use with cargo and dh-cargo.

rsass: sass implementation in pure rust - CLI tool

 rsass is sass reimplemented in rust with nom.
 .
 Sass is a pre-processing language for CSS.
 It allows you to write cleaner stylesheets
 and makes collaboration on your CSS a breeze.
 .
 NB! Not all of the official Sass specification is implemented yet.
 See upstream README below /usr/share/doc/rsass/ for more details.
 .
 This package provides the command-line tool rsass.

rsass-dbgsym: debug symbols for rsass