File: control

package info (click to toggle)
node-jsdoc2 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 708 kB
  • sloc: javascript: 4,319; xml: 279; makefile: 19; sh: 4
file content (32 lines) | stat: -rw-r--r-- 967 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
Source: node-jsdoc2
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Georges Khaznadar <georgesk@debian.org>
#Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 ,
Standards-Version: 4.6.2
Homepage: https://github.com/wronex/node-jsdoc2
Vcs-Git: https://salsa.debian.org/js-team/node-jsdoc2.git
Vcs-Browser: https://salsa.debian.org/js-team/node-jsdoc2
Rules-Requires-Root: no

Package: node-jsdoc2
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , libjs-prototype
 ,
Description: automatic documentation generation tool for JavaScript
 node-jsdoc2 is a port of JSDoc2 Toolkit that runs on Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.
 .
 Using this tool you can automatically turn JavaDoc-like comments
 in your JavaScript source code into published output files, such
 as HTML or XML.