Source: dart-sass
Section: web
Maintainer: Emfox Zhou <emfox@debian.org>
Build-Depends: debhelper-compat (= 14),
 dart-sdk (>= 3.13.4),
 python3,
 dart-args,
 dart-async,
 dart-charcode,
 dart-cli-pkg,
 dart-cli-repl,
 dart-collection,
 dart-ffi,
 dart-fixnum,
 dart-js,
 dart-meta,
 dart-native-synchronization,
 dart-node-interop,
 dart-node-preamble,
 dart-package-config,
 dart-path,
 dart-pool,
 dart-protobuf,
 dart-pub-semver,
 dart-source-maps,
 dart-source-span,
 dart-stack-trace,
 dart-stream-channel,
 dart-stream-transform,
 dart-string-scanner,
 dart-term-glyph,
 dart-watcher
Standards-Version: 4.7.4
Homepage: https://sass-lang.com/dart-sass
Vcs-Git: https://salsa.debian.org/debian/dart-sass.git
Vcs-Browser: https://salsa.debian.org/debian/dart-sass

Package: dart-sass
Architecture: amd64
Provides: sass
Description: Dart implementation of Sass (native compiler)
 Sass is a stylesheet language that is compiled to CSS.  It allows one to
 use variables, nested rules, mixins, functions and more, all with a fully
 CSS-compatible syntax.
 .
 Dart Sass is the reference implementation of the language and the only one
 still maintained upstream.  This package contains it as a self-contained
 native executable, installed as /usr/bin/dart-sass.  It needs neither the
 Dart SDK nor Node.js at run time.
 .
 The compiler also offers the generic command name /usr/bin/sass through the
 alternatives system, and this package provides the virtual package "sass";
 see README.Debian for how that interacts with ruby-sass, which installs the
 same path directly.

Package: node-sass
Section: javascript
Architecture: all
Depends: nodejs,
 node-immutable
Description: Dart implementation of Sass (JavaScript library for Node.js)
 Sass is a stylesheet language that is compiled to CSS.  It allows one to
 use variables, nested rules, mixins, functions and more, all with a fully
 CSS-compatible syntax.
 .
 This package contains the dart2js build of Dart Sass as a Node.js module,
 installed as "sass" under /usr/share/nodejs for use by JavaScript tooling
 such as webpack's sass-loader.  The command line compiler is shipped
 separately as dart-sass, so this package needs no Node.js binary shims.
