1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: libproplist
Maintainer: Chris McKillop <cdm@debian.org>
Section: libs
Priority: optional
Standards-Version: 2.4.1
Package: libproplist0
Architecture: any
Section: libs
Priority: optional
Depends: ${shlibs:Depends}
Description: PropList closely mimics the property lists found in *Step.
PL enables programs that use configuration or preference files to make
these compatible with GNUstep/OPENSTEP's user defaults handling
mechanism, without needing to use Objective-C or GNUstep/OPENSTEP
themselves. This package provides the shared libraries necessary to
run programs compiled against libPropList
Package: libproplist0-dev
Architecture: any
Section: devel
Priority: optional
Depends: libproplist0 (= ${Source-Version}), libc-dev
Provides: libproplist-dev
Conflicts: libproplist-dev
Description: C headers, static libraries and documentation for libPropList
The library uses an opaque data type to represent a tree structure
made of strings, data blocks, arrays and dictionaries (key-value pair
lists). This structure can be manipulated, written out to and read in
from a file, and synchronized with the contents of a file. The
purpose of PL is to closely mimic the behavior of the property lists
used in GNUstep/OPENSTEP (there formed with the NSString, NSData,
NSArray and NSDictionary classes) and to be compatible with it. PL
enables programs that use configuration or preference files to make
these compatible with GNUstep/OPENSTEP's user defaults handling
mechanism, without needing to use Objective-C or GNUstep/OPENSTEP
themselves.
|