diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-11 20:05:10 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-11 20:57:23 (EDT) |
commit | f850a3a2a110c05fd7417a5e217b3d99613f3dc4 (patch) | |
tree | e8736e0d2443e831b83784b35ad288414e6af94b /xmlwf.pkg/control |
Initial commit.
Diffstat (limited to 'xmlwf.pkg/control')
-rw-r--r-- | xmlwf.pkg/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmlwf.pkg/control b/xmlwf.pkg/control new file mode 100644 index 0000000..ff1a6e9 --- /dev/null +++ b/xmlwf.pkg/control @@ -0,0 +1,6 @@ +Package: xmlwf +Architecture: any +Depends: libexpat.1 (= 2.1.0-1) +Description: XML parser library - example application + This package provides an example application of Expat that determines if an XML + document is well-formed. |