File: control

package info (click to toggle)
slimit 0.8.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 680 kB
  • sloc: python: 3,665; makefile: 132
file content (39 lines) | stat: -rw-r--r-- 1,386 bytes parent folder | download
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
Source: slimit
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 9.0.0)
	, dh-python
	, python3-all
	, python3-setuptools
	, python3-ply
Standards-Version: 3.9.8
Homepage: http://slimit.readthedocs.io/en/latest/
Vcs-Git: https://salsa.debian.org/python-team/modules/slimit.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/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