Source: node-jison Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 9) , dh-buildinfo , nodejs , node-escodegen (>= 1.3~) , node-jison-lex (>= 0.3~) , node-ebnf-parser (>= 0.1.10~) , node-cjson (>= 0.3.0~) , node-jsonselect (>= 0.4.0~) , node-nomnom (>= 1.5.2~) , node-lex-parser (>= 0.1.3~) , node-esprima (>= 1.1~) Standards-Version: 3.9.8 Homepage: http://jison.org Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-jison.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-jison.git Package: jison Architecture: all Depends: ${misc:Depends} , nodejs , node-escodegen (>= 1.3~) , node-jison-lex (>= 0.3~) , node-ebnf-parser (>= 0.1.10~) , node-cjson (>= 0.3.0~) , node-jsonselect (>= 0.4.0~) , node-nomnom (>= 1.5.2~) , node-lex-parser (>= 0.1.3~) , node-esprima (>= 1.1~) Description: parser generator with Bison's API Jison generates bottom-up parsers in JavaScript. Its API is similar to Bison's, hence the name. It supports many of Bison's major features, plus some of its own. . Node.js is an event-based server-side JavaScript engine.