summaryrefslogtreecommitdiffstats
path: root/libss.2.pkg/control
blob: 791ce4dbab2ac3ca837bf2d3c4b11b8a6c9deb8a (plain)
1
2
3
4
5
6
7
8
9
10
11
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.