Codebase list pegjs / cme/main
Run cme. jenkins@osuosl167-amd64.debian.net 2 years ago
2 changed file(s) with 12 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
00 Source: pegjs
1 Section: javascript
2 Priority: optional
31 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
42 Uploaders: Xavier Guimard <yadd@debian.org>
5 Build-Depends: debhelper-compat (= 12)
6 , node-browserify-lite
7 , pkg-js-tools (>= 0.9.20~)
8 , uglifyjs
9 Standards-Version: 4.5.0
3 Section: javascript
4 Testsuite: autopkgtest-pkg-nodejs
5 Priority: optional
6 Build-Depends: debhelper-compat (= 12),
7 node-browserify-lite,
8 pkg-js-tools (>= 0.9.20~),
9 uglifyjs
10 Standards-Version: 4.5.1
1011 Vcs-Browser: https://salsa.debian.org/js-team/pegjs
1112 Vcs-Git: https://salsa.debian.org/js-team/pegjs.git
1213 Homepage: https://github.com/dmajda/pegjs
13 Testsuite: autopkgtest-pkg-nodejs
1414 Rules-Requires-Root: no
1515
1616 Package: node-pegjs
1717 Architecture: all
1818 Depends: ${misc:Depends}
1919 Recommends: javascript-common
20 Provides: node-peg
21 , pegjs
22 , libjs-pegjs
20 Provides: node-peg,
21 pegjs,
22 libjs-pegjs
2323 Description: JavaScript parser generator
2424 PEG.js is a simple parser generator for JavaScript that produces
2525 fast parsers with excellent error reporting. You can use it to process
0 browser/* /usr/share/javascript/pegjs/
0 browser/* usr/share/javascript/pegjs/