File: control

package info (click to toggle)
node-ebnf-parser 0.1.10%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 168 kB
  • sloc: yacc: 236; makefile: 16
file content (29 lines) | stat: -rw-r--r-- 948 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
Source: node-ebnf-parser
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , jison <!nocheck>
 , node-lex-parser <!nocheck>
 , node-test <!nocheck>
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-ebnf-parser
Vcs-Git: https://salsa.debian.org/js-team/node-ebnf-parser.git
Homepage: https://github.com/zaach/ebnf-parser
Rules-Requires-Root: no

Package: node-ebnf-parser
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-lex-parser
Description: parser for BNF and EBNF grammars used by jison
 The parser translates a string grammar or JSON grammar into a JSON grammar
 that jison can use (ENBF is transformed into BNF).
 .
 Node.js is an event-based server-side JavaScript engine.