diff options
Diffstat (limited to 'libss.2.pkg/control')
-rw-r--r-- | libss.2.pkg/control | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libss.2.pkg/control b/libss.2.pkg/control new file mode 100644 index 0000000..791ce4d --- /dev/null +++ b/libss.2.pkg/control @@ -0,0 +1,12 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Subsystem command parsing library + 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. |