File: control

package info (click to toggle)
node-lex-parser 0.1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 172 kB
  • ctags: 33
  • sloc: yacc: 190; makefile: 15; sh: 2
file content (20 lines) | stat: -rw-r--r-- 680 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: node-lex-parser
Section: web
Priority: optional
Maintainer: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9)
 , nodejs
 , jison
 , node-test
Standards-Version: 3.9.8
Homepage: https://github.com/zaach/lex-parser
Vcs-Git: https://anonscm.debian.org/pkg-javascript/node-lex-parser.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-lex-parser.git

Package: node-lex-parser
Architecture: all
Depends: nodejs, ${shlibs:Depends}, ${misc:Depends}
Description: parser for lexical grammars used by jison and jison-lex
 See /usr/share/doc/node-lex-parser/README.md for documentation
 .
 Node.js is an event-based server-side JavaScript engine.