/usr/share/doc/libstxxl-dev/README is in libstxxl-dev 1.4.1-2+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | DESCRIPTION
STXXL is an implementation of the C++ standard template library STL for
external memory (out-of-core) computations, i. e. STXXL implements containers
and algorithms that can process huge volumes of data that only fit on disks.
While the closeness to the STL supports ease of use and compatibility with
existing applications, another design priority is high performance.
DOCUMENTATION
See the Doxygen documentation for installation manual and programmer
documentation: http://stxxl.sourceforge.net
LICENSE TERMS
STXXL is distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
BUGS AND QUESTIONS
If you find any bugs or have any questions, please visit the forums at
http://sourceforge.net/projects/stxxl/forums
|