File: control

package info (click to toggle)
node-marked-man 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: javascript: 462; makefile: 13
file content (31 lines) | stat: -rw-r--r-- 987 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
Source: node-marked-man
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper-compat (= 13)
 , man-db <!nocheck>
 , dh-sequence-nodejs
 , diffutils
 , node-marked (>= 4.2.2)
 , node-read-pkg-up
 , rollup
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-marked-man
Vcs-Git: https://salsa.debian.org/js-team/node-marked-man.git
Homepage: https://github.com/kapouer/marked-man
Rules-Requires-Root: no

Package: node-marked-man
Architecture: all
Depends: ${misc:Depends}
 , node-marked (>= 4.2.2)
 , node-read-pkg-up
 , nodejs:any
Multi-Arch: foreign
Description: Markdown to man page conversion - Node.js
 This module adds groff output support to node-marked.
 It provides an easy way to maintain man pages in a markdown
 format (with gfm flavor by default).
 .
 Node.js is an event-based server-side JavaScript engine.