summaryrefslogtreecommitdiffstats
path: root/libss.2-dev.pkg/control
diff options
context:
space:
mode:
Diffstat (limited to 'libss.2-dev.pkg/control')
-rw-r--r--libss.2-dev.pkg/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/libss.2-dev.pkg/control b/libss.2-dev.pkg/control
new file mode 100644
index 0000000..ec2782d
--- /dev/null
+++ b/libss.2-dev.pkg/control
@@ -0,0 +1,15 @@
+Architecture: any
+Platform: all
+Section: libdev
+Depends:
+ e2fsprogs-common (= ${Source-Version}),
+ libss.2 (= ${Binary-Version}),
+Description: Subsystem command parsing library - development files
+ libss provides a simple command-line interface parser which will accept input
+ from the user, parse the command into an argv argument vector, and then
+ dispatch it to a handler function.
+ .
+ It was originally inspired by the Multics SubSystem library.
+ .
+ This package provides development files for the subsystem command parsing
+ library.