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 31 32 33 34 35 36 37 38 39 40 41
|
Source: node-jison
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
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.
|