[pkg-boost-devel] boost_1.33.0-5_i386.changes is NEW
Debian Installer
installer at ftp-master.debian.org
Mon Nov 21 17:47:14 UTC 2005
bcp_1.33.0-5_i386.deb
to pool/main/b/boost/bcp_1.33.0-5_i386.deb
boost_1.33.0-5.diff.gz
to pool/main/b/boost/boost_1.33.0-5.diff.gz
boost_1.33.0-5.dsc
to pool/main/b/boost/boost_1.33.0-5.dsc
libboost-date-time-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-date-time-dev_1.33.0-5_i386.deb
(new) libboost-date-time1.33.0c2a_1.33.0-5_i386.deb optional libs
set of date-time libraries based on generic programming concepts
Part of the Boost C++ Libraries collection.
.
These libraries are intended to make programming with dates and times
almost as simple and natural as programming with strings and integers.
.
Homepage: http://www.boost.org/libs/date_time/
libboost-dbg_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-dbg_1.33.0-5_i386.deb
libboost-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-dev_1.33.0-5_i386.deb
libboost-doc_1.33.0-5_all.deb
to pool/main/b/boost/libboost-doc_1.33.0-5_all.deb
libboost-filesystem-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-filesystem-dev_1.33.0-5_i386.deb
(new) libboost-filesystem1.33.0c2a_1.33.0-5_i386.deb optional libs
filesystem operations (portable paths, iteration over directories, etc) in C++
Part of the Boost C++ Libraries collection.
.
The Boost Filesystem Library provides portable facilities to query and
manipulate paths, files, and directories. The goal is to
facilitate portable script-like operations from within C++ programs.
.
Homepage: http://boost.org/libs/filesystem/
libboost-graph-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-graph-dev_1.33.0-5_i386.deb
(new) libboost-graph1.33.0c2a_1.33.0-5_i386.deb optional libs
generic graph components and algorithms in C++
Part of the Boost C++ Libraries collection.
.
Graphs are mathematical abstractions that are useful for solving
many types of problems in computer science. Consequently, these
abstractions must also be represented in computer programs. A
standardized generic interface for traversing graphs is of utmost
importance to encourage reuse of graph algorithms and data structures.
.
Homepage: http://www.boost.org/libs/graph/
libboost-iostreams-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-iostreams-dev_1.33.0-5_i386.deb
(new) libboost-iostreams1.33.0c2a_1.33.0-5_i386.deb optional libs
Boost.Iostreams Library
Part of the Boost C++ Libraries collection.
.
Boost.Iostreams are a collection of concepts and set of templates
which turn models of these concepts into C++ standard library streams
and stream buffers.
.
Homepage: http://www.boost.org/libs/iostreams/
libboost-program-options-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-program-options-dev_1.33.0-5_i386.deb
(new) libboost-program-options1.33.0c2a_1.33.0-5_i386.deb optional libs
program options library for C++
Part of the Boost C++ Libraries collection.
.
Library to let program developers obtain program options, that is
(name, value) pairs from the user, via conventional methods such as
command line and config file.
.
Homepage: http://www.boost.org/libs/program_options/
libboost-python-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-python-dev_1.33.0-5_i386.deb
(new) libboost-python1.33.0c2a_1.33.0-5_i386.deb optional python
Boost.Python Library
Part of the Boost C++ Libraries collection.
.
The Boost Python Library is used to quickly and easily export a C++
library to Python such that the Python interface is very similar to
the C++ interface. It is designed to be minimally intrusive on your
C++ design. In most cases, you should not have to alter your C++
classes in any way in order to use them with Boost.Python. The
system should simply "reflect" your C++ classes and functions into
Python. The major features of Boost.Python include support for:
Subclassing extension types in Python, Overriding virtual functions
in Python, Member function Overloading, Automatic wrapping of
numeric operators among others.
.
Homepage: http://www.boost.org/libs/python/
libboost-regex-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-regex-dev_1.33.0-5_i386.deb
(new) libboost-regex1.33.0c2a_1.33.0-5_i386.deb optional libs
regular expression library for C++
Part of the Boost C++ Libraries collection.
.
Regular expressions are a form of pattern-matching that are often
used in text processing; many users will be familiar with the Unix
utilities grep, sed and awk, and the programming language perl, each
of which make extensive use of regular expressions. Traditionally C++
users have been limited to the POSIX C APIs for manipulating regular
expressions, and while regex does provide these APIs, they do not
represent the best way to use the library. For example regex can cope
with wide character strings, or search and replace operations (in a
manner analogous to either sed or perl), something that traditional C
libraries can not do.
.
Homepage: http://www.boost.org/libs/regex/
libboost-serialization-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-serialization-dev_1.33.0-5_i386.deb
libboost-signals-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-signals-dev_1.33.0-5_i386.deb
(new) libboost-signals1.33.0c2a_1.33.0-5_i386.deb optional libs
managed signals and slots library for C++
Part of the Boost C++ Libraries collection.
.
Signals represent callbacks with multiple targets, and are also
called publishers or events in similar systems. Signals are connected
to some set of slots, which are callback receivers (also called event
targets or subscribers), which are called when the signal is
"emitted."
.
Homepage: http://www.boost.org/libs/signals/
libboost-test-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-test-dev_1.33.0-5_i386.deb
(new) libboost-test1.33.0c2a_1.33.0-5_i386.deb optional libs
components for writing and executing test suites
Part of the Boost C++ Libraries collection. The library contains
several components.
.
* Basic execution, error detection, and reporting facility.
* Facilities to monitor program execution and produce error reports.
* Unit test framework to simplify writing test cases.
.
Homepage: http://www.boost.org/libs/test/
libboost-thread-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-thread-dev_1.33.0-5_i386.deb
(new) libboost-thread1.33.0c2a_1.33.0-5_i386.deb optional libs
portable C++ multi-threading
Part of the Boost C++ Libraries collection.
.
Toolkit for writing C++ programs that execute as multiple,
asynchronous, independent, threads-of-execution. Each thread has its
own machine state including program instruction counter and
registers.
.
Homepage: http://www.boost.org/libs/thread/
libboost-wave-dev_1.33.0-5_i386.deb
to pool/main/b/boost/libboost-wave-dev_1.33.0-5_i386.deb
Changes: boost (1.33.0-5) unstable; urgency=low
.
* Re-uploaded with the right maintainer, the Debian Boost Team.
Announcing to debian-devel-changes at lists.debian.org
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-boost-devel
mailing list