Source: node-ebnf-parser Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12) , jison , node-lex-parser , node-test , 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.