File: control

package info (click to toggle)
node-ebnf-parser 0.1.10%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: javascript: 522; yacc: 236; makefile: 16
file content (28 lines) | stat: -rw-r--r-- 895 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
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 (= 13)
 , jison
 , node-lex-parser <!nocheck>
 , node-test
 , dh-sequence-nodejs
Standards-Version: 4.7.2
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

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.