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
|
Source: slimit
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-python
, python3-all
, python3-setuptools
, python3-ply
, python3-pytest
Standards-Version: 3.9.8
Homepage: https://slimit.readthedocs.io/en/latest/
Vcs-Git: https://salsa.debian.org/python-team/packages/slimit.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/slimit
Package: slimit
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-slimit
Description: JavaScript minifier/parser in Python
SlimIt is a JavaScript minifier written in Python. It compiles JavaScript
into more compact code so that it downloads and runs faster.
.
SlimIt also provides a library that includes a JavaScript parser, lexer,
pretty printer and a tree visitor.
.
This package contains the executable.
Package: python3-slimit
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
, python3-pkg-resources
Description: JavaScript minifier/parser in Python
SlimIt is a JavaScript minifier written in Python. It compiles JavaScript
into more compact code so that it downloads and runs faster.
.
SlimIt also provides a library that includes a JavaScript parser, lexer,
pretty printer and a tree visitor.
.
This package contains the Python 3 module
|