wok diff apr/description.txt @ rev 19269
Compress manpages.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jul 04 14:47:05 2016 +0300 (2016-07-04) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/apr/description.txt Mon Jul 04 14:47:05 2016 +0300 1.3 @@ -0,0 +1,7 @@ 1.4 +The mission of the Apache Portable Runtime (APR) project is to create and 1.5 +maintain software libraries that provide a predictable and consistent interface 1.6 +to underlying platform-specific implementations. The primary goal is to provide 1.7 +an API to which software developers may code and be assured of predictable if 1.8 +not identical behaviour regardless of the platform on which their software is 1.9 +built, relieving them of the need to code special-case conditions to work around 1.10 +or take advantage of platform-specific deficiencies or features.