File: control

package info (click to toggle)
closure-linter 2.3.19-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 920 kB
  • sloc: python: 7,634; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 764 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: closure-linter
Section: python
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python | python-all | python-dev | python-all-dev, python-gflags, python-setuptools
Standards-Version: 3.9.6
Homepage: https://developers.google.com/closure/utilities/
XS-Python-Version: 2.7

Package: closure-linter
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-gflags, python-pkg-resources
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Closure Linter for JavaScript
 The Closure Linter is a utility that checks JavaScript files for style
 issues such as operator placement, missing semicolons, spacing, the
 presence of JsDoc annotations, and more.