summaryrefslogtreecommitdiffstats
path: root/libexpat.1.pkg/control
diff options
context:
space:
mode:
Diffstat (limited to 'libexpat.1.pkg/control')
-rw-r--r--libexpat.1.pkg/control6
1 files changed, 6 insertions, 0 deletions
diff --git a/libexpat.1.pkg/control b/libexpat.1.pkg/control
new file mode 100644
index 0000000..4946bb3
--- /dev/null
+++ b/libexpat.1.pkg/control
@@ -0,0 +1,6 @@
+Package: libexpat.1
+Architecture: any
+Description: XML parser library
+ Expat is an XML parser library written in C. It is a stream-oriented parser in
+ which an application registers handlers for things the parser might find in the
+ XML document (like start tags).