aboutsummaryrefslogtreecommitdiff
path: root/devel/libPropList/pkg-descr
blob: 713f37286fc42a3c0b91ee39fab63ff3f5f1c2a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
This library is necessary for property settings for some gnome applications.

The purpose of PL is to closely mimic the behaviour 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.