diff options
author | Christian Parpart <trapni@gentoo.org> | 2005-04-14 13:54:08 +0000 |
---|---|---|
committer | Christian Parpart <trapni@gentoo.org> | 2005-04-14 13:54:08 +0000 |
commit | 48932d94afdb4f38ae5f07f460d5c0b8f7c024f3 (patch) | |
tree | 02b4d9522c9b2d806e62fcedf7fb46b4c98b5641 /dev-libs/swl/metadata.xml | |
parent | Fixing bug #73384. Thanks to tmw. (diff) | |
download | gentoo-2-48932d94afdb4f38ae5f07f460d5c0b8f7c024f3.tar.gz gentoo-2-48932d94afdb4f38ae5f07f460d5c0b8f7c024f3.tar.bz2 gentoo-2-48932d94afdb4f38ae5f07f460d5c0b8f7c024f3.zip |
initial import
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/swl/metadata.xml')
-rw-r--r-- | dev-libs/swl/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/swl/metadata.xml b/dev-libs/swl/metadata.xml new file mode 100644 index 000000000000..685509439979 --- /dev/null +++ b/dev-libs/swl/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</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> |