File: control

package info (click to toggle)
pegjs 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 712 kB
  • ctags: 156
  • sloc: makefile: 112; sh: 84
file content (22 lines) | stat: -rw-r--r-- 859 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
Source: pegjs
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Daniel Pocock <daniel@pocock.pro>
Build-Depends: debhelper (>= 9.0.0), node-uglify
Standards-Version: 3.9.5
Homepage: http://pegjs.majda.cz
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/pegjs.git
Vcs-Git: git://anonscm.debian.org/pkg-javascript/pegjs.git

Package: node-pegjs
Conflicts: node-peg
Replaces: node-peg
Architecture: all
Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg1-3)
Provides: pegjs, node-peg
Description: JavaScript parser generator
 PEG.js is a simple parser generator for JavaScript that produces
 fast parsers with excellent error reporting. You can use it to process
 complex data or computer languages and build transformers, interpreters,
 compilers and other tools easily.