Source: ruby-crass Section: ruby Maintainer: Debian Ruby Team Uploaders: Balasankar C Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-minitest Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-crass.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-crass Homepage: https://github.com/rgrove/crass/ Testsuite: autopkgtest-pkg-ruby Package: ruby-crass Architecture: all Multi-Arch: foreign Description: CSS parser based on the CSS Syntax Level 3 draft Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 draft specification. Tokenizes and parses CSS according to the rules defined in the 2013 draft of the CSS Syntax Level 3 specification.Extremely tolerant of broken or invalid CSS. If a browser can handle it, Crass should be able to handle it too.