summaryrefslogtreecommitdiffstats
path: root/libexpat.1-dev.pkg/control
diff options
context:
space:
mode:
Diffstat (limited to 'libexpat.1-dev.pkg/control')
-rw-r--r--libexpat.1-dev.pkg/control9
1 files changed, 9 insertions, 0 deletions
diff --git a/libexpat.1-dev.pkg/control b/libexpat.1-dev.pkg/control
new file mode 100644
index 0000000..2b347cc
--- /dev/null
+++ b/libexpat.1-dev.pkg/control
@@ -0,0 +1,9 @@
+Package: libexpat.1-dev
+Architecture: any
+Depends: libexpat.1 (= 2.1.0-1)
+Description: XML parser library - development files
+ 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).
+ .
+ This package provides development files for Expat.