File: control

package info (click to toggle)
scdoc 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: ansic: 1,016; sh: 291; makefile: 55
file content (19 lines) | stat: -rw-r--r-- 683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: scdoc
Section: text
Priority: optional
Maintainer: Birger Schacht <birger@debian.org>
Build-Depends: debhelper-compat (=13)
Standards-Version: 4.5.1
Homepage: https://git.sr.ht/~sircmpwn/scdoc
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/scdoc
Vcs-Git: https://salsa.debian.org/debian/scdoc.git

Package: scdoc
Multi-Arch: foreign
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Simple man page generator written for POSIX systems written in C99
 scdoc is a tool designed to make the process of writing man pages more
 friendly. It reads scdoc syntax from stdin and writes roff to stdout, suitable
 for reading with man(1).