File: control

package info (click to toggle)
xfpt 1.00-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 856 kB
  • sloc: ansic: 1,775; sh: 176; perl: 140; makefile: 69
file content (25 lines) | stat: -rw-r--r-- 995 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
Source: xfpt
Section: text
Priority: optional
Maintainer: Andreas Metzler <ametzler@debian.org>
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/PhilipHazel/xfpt/
Vcs-Git: https://salsa.debian.org/exim-team/xfpt.git
Vcs-Browser: https://salsa.debian.org/exim-team/xfpt

Package: xfpt
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: generate XML from plain text
 xfpt is a program that reads a file of plain text that contains relatively
 simple markup, and outputs an XML file. It is intended to simplify the
 management of XML data. It is not a program that attempts to turn a plain text
 document into XML. Markup within text is introduced by ampersand characters,
 but is otherwise "soft". You can define what follows the ampersand, for
 example, &" to generate a "quote" element. There is also a macro facility that
 allows for higher level concepts such as chapters, displays, tables, etc.