File: control

package info (click to toggle)
slimit 0.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 636 kB
  • sloc: python: 3,620; makefile: 126
file content (24 lines) | stat: -rw-r--r-- 880 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
Source: slimit
Section: devel
Priority: extra
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 8.0.0)
	, python-all
	, python-setuptools
Standards-Version: 3.9.3
Homepage: http://slimit.org/
X-Python-Version: >= 2.7
Vcs-Svn: svn://svn.debian.org/python-apps/packages/slimit/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/slimit/trunk/

Package: slimit
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
	, python-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.