File: control

package info (click to toggle)
pegjs 0.10.0%2B~0.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,192 kB
  • sloc: javascript: 7,804; sh: 84; makefile: 71
file content (30 lines) | stat: -rw-r--r-- 971 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
Source: pegjs
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-browserify-lite
 , uglifyjs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/pegjs
Vcs-Git: https://salsa.debian.org/js-team/pegjs.git
Homepage: https://github.com/dmajda/pegjs
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-pegjs
Architecture: all
Depends: ${misc:Depends}
 , nodejs:any
Recommends: javascript-common
Provides: ${nodejs:Provides}
 , libjs-pegjs
 , pegjs
Multi-Arch: foreign
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.