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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
Source: rsass
Section: rust
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
cmark-gfm <!nodoc>,
debhelper-compat (= 13),
dh-cargo,
help2man <!nodoc>,
librust-arc-swap-1+default-dev,
librust-clap-4+default-dev,
librust-clap-4+derive-dev,
librust-clap-4+wrap-help-dev,
librust-fastrand-1+default-dev (>= 1.4),
librust-lazy-static-1+default-dev,
librust-nom-7-dev,
librust-num-bigint-0.4+std-dev,
librust-num-integer-0.1+default-dev (>= 0.1.42),
librust-num-rational-0.4+num-bigint-dev,
librust-num-traits-0.2+default-dev,
librust-proc-macro2-1+default-dev (>= 1.0.32),
librust-quote-1+default-dev (>= 1.0.21),
librust-syn-1+default-dev (>= 1.0.106),
librust-tracing-0.1+default-dev,
librust-tracing-subscriber-0.3+default-dev <!nocheck>,
libstring-shellquote-perl,
Standards-Version: 4.6.2
Homepage: https://github.com/kaj/rsass
Vcs-Git: https://salsa.debian.org/sass-team/rsass.git
Vcs-Browser: https://salsa.debian.org/sass-team/rsass
Rules-Requires-Root: no
Package: librust-rsass-dev
Architecture: any
Multi-Arch: same
Depends:
librust-arc-swap-1+default-dev,
librust-fastrand-1+default-dev (>= 1.4),
librust-lazy-static-1+default-dev,
librust-nom-7-dev,
librust-num-bigint-0.4+std-dev,
librust-num-integer-0.1+default-dev (>= 0.1.42),
librust-num-rational-0.4-dev,
librust-num-traits-0.2+default-dev,
librust-proc-macro2-1+default-dev (>= 1.0.32),
librust-quote-1+default-dev (>= 1.0.21),
librust-syn-1+default-dev (>= 1.0.106),
librust-tracing-0.1+default-dev,
${misc:Depends},
Provides:
librust-rsass+default-dev (= ${binary:Version}),
librust-rsass-0+default-dev (= ${binary:Version}),
librust-rsass-0-dev (= ${binary:Version}),
librust-rsass-0.27+default-dev (= ${binary:Version}),
librust-rsass-0.27-dev (= ${binary:Version}),
librust-rsass-0.27.0-dev (= ${binary:Version}),
librust-rsass-macros+default-dev (= ${binary:Version}),
librust-rsass-macros-0+default-dev (= ${binary:Version}),
librust-rsass-macros-0-dev (= ${binary:Version}),
librust-rsass-macros-0.27+default-dev (= ${binary:Version}),
librust-rsass-macros-0.27-dev (= ${binary:Version}),
librust-rsass-macros-0.27.0-dev (= ${binary:Version}),
librust-rsass-macros-dev (= ${binary:Version}),
Description: 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.
Package: rsass
X-Cargo-Crates:
rsass-cli,
Architecture: any
Multi-Arch: allowed
Section: web
Depends:
${cargo:Depends},
${misc:Depends},
${shlibs:Depends},
Built-Using:
${cargo:Built-Using},
XB-X-Cargo-Built-Using:
${cargo:X-Cargo-Built-Using},
Description: 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.
|