File: control

package info (click to toggle)
node-posix-getopt 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: javascript: 384; makefile: 2; sh: 2
file content (21 lines) | stat: -rw-r--r-- 770 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
Source: node-posix-getopt
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13), nodejs
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/joyent/node-getopt
Vcs-Git: https://salsa.debian.org/js-team/node-posix-getopt.git
Vcs-Browser: https://salsa.debian.org/js-team/node-posix-getopt

Package: node-posix-getopt
Architecture: all
Multi-Arch: foreign
Depends: nodejs, ${misc:Depends}
Description: POSIX-style getopt()
 It implements the POSIX getopt() function for Node.js, hence a functional
 interface for option parsing.
 .
 Node.js is an event-based server-side JavaScript engine.