blob: 941f0afc3183edae5d1ea55e3ee7b43260b27468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>cpp</herd>
<maintainer>
<email>trapni@gentoo.org</email>
</maintainer>
<longdescription>
The purpose of the SurakWare Base Library (SWL/libswl) is to serve as a platform
independent framework for C++ (and QPascal). The SWL includes both thin layers
over functionality exposed by the Linux and Windows operating systems as well as
higher level classes for many purposes. Save for a few exceptions, the SWL is
completely indpedenent from the STL and the C/C++ runtime library. Platform
independence has been achieved by encapsulating OS-specific implementation
details in a number of SWL classes. There should never be a need to use
"#ifdef"s to distinguish between platforms.
</longdescription>
</pkgmetadata>
|