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