File: control

package info (click to toggle)
tclsoldout 0.1.1-5
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: ansic: 2,525; makefile: 87; tcl: 78
file content (19 lines) | stat: -rw-r--r-- 802 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: tclsoldout
Section: devel
Maintainer: Massimo Manghi <mxmanghi@apache.org>
Build-Depends: debhelper-compat (= 13), tcl8.6-dev, tcl9.0-dev, tcl-dev, libsoldout-dev
Standards-Version: 4.7.3
Homepage: https://unresolved.name/tcl/tclsoldout

Package: tclsoldout
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}, ${libtcl:Depends}
Description: Tcl wrapper for libsoldout, a markdown parser library
 tclsoldout extends Tcl providing new commands to parse and process
 markdown text. Tclsoldout current version creates 2 new commands
 .
    + ::soldout::mk2html - markdown to HTML processor
    + ::soldout::mk2xhtml - markdown to XHTML processor
 .
 tclsoldout also provides ::soldout::escape_string, its own utility
 to convert SGML characters into their HTML entities.