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).
|