File: control

package info (click to toggle)
node-jison-lex 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 89
  • sloc: makefile: 7; sh: 2
file content (30 lines) | stat: -rw-r--r-- 961 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
29
30
Source: node-jison-lex
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , node-test
 , node-nomnom (>= 1.5.2)
 , node-lex-parser (>= 0.1.0)
Standards-Version: 3.9.8
Homepage: https://github.com/zaach/jison-lex
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-jison-lex.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-jison-lex.git

Package: node-jison-lex
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-nomnom (>= 1.5.2)
 , node-lex-parser (>= 0.1.0)
Description: lexical analyzer generator used by jison
 A lexical analyzer generator used by jison. It takes a lexical grammar 
 definition (either in JSON or Bison's lexical grammar format) and outputs a 
 JavaScript lexer.
 .
 Node.js is an event-based server-side JavaScript engine.