File: README.Debian

package info (click to toggle)
libsoldout 1.4-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: ansic: 3,163; sh: 33; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
libsoldout for Debian
---------------------

libsoldout is both a library with a parser of the markdown language and a set
of programs for generating HTML, LaTex and man pages out of documents written
in the markdown language developed by John Gruber (see 
http://daringfireball.net/projects/markdown/)

The Debian package is split in three separate binary packages:

 - libsoldout1:     libsoldout library itself
 - libsoldout1-dev: files needed to develop programs exploiting the
                    markdown parser and code examples 
                      - markdown2man.c:     markdown to man page converter
                      - markdown2latex.c:   markdown to LaTex converter
                      - markdown2html.c:    markdown to HTML converter
 - libsoldout-utils: contains the binary executable of mkd2man, mkd2latex and mkd2html

 -- Massimo Manghi <mxmanghi@apache.org>  Sat, 06 Dec 2014 20:12:33 +0100