File: control

package info (click to toggle)
node-jison 0.4.17%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 344 kB
  • sloc: javascript: 1,923; yacc: 32; makefile: 23; sh: 1
file content (42 lines) | stat: -rw-r--r-- 1,233 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
31
32
33
34
35
36
37
38
39
40
41
42
Source: node-jison
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , help2man <!nodoc>
 , node-cjson <!nocheck>
 , node-ebnf-parser <!nocheck>
 , node-escodegen <!nocheck>
 , node-esprima <!nocheck>
 , node-jison-lex <!nocheck>
 , node-jsonselect <!nocheck>
 , node-lex-parser <!nocheck>
 , node-nomnom <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-jison
Vcs-Git: https://salsa.debian.org/js-team/node-jison.git
Homepage: http://jison.org
Rules-Requires-Root: no

Package: jison
Architecture: all
Depends: ${misc:Depends}
 , node-cjson
 , node-ebnf-parser
 , node-escodegen
 , node-esprima
 , node-jison-lex
 , node-jsonselect
 , node-lex-parser
 , node-nomnom
 , nodejs:any
Provides: node-jison
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.