Package: libboost-all-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-dev, libboost-chrono-dev, libboost-date-time-dev, libboost-filesystem-dev, libboost-graph-dev, libboost-graph-parallel-dev, libboost-iostreams-dev, libboost-locale-dev, libboost-math-dev, libboost-mpi-dev, libboost-mpi-python-dev, libboost-program-options-dev, libboost-python-dev, libboost-random-dev, libboost-regex-dev, libboost-serialization-dev, libboost-signals-dev, libboost-system-dev, libboost-test-dev, libboost-thread-dev, libboost-timer-dev, libboost-wave-dev Filename: ./amd64/libboost-all-dev_1.49.0.1_amd64.deb Size: 3014 MD5sum: b4ade0a1dc87d13dc6d039b04364e2f9 SHA1: 8066add194d8d9c99b73be2192f5aabf40bfeb4e SHA256: ba7aa784bb3a8563ced169e541ffbe937452284d0f2d9b87f38d38302c938419 Section: libdevel Priority: optional Homepage: http://www.boost.org/ Description: Boost C++ Libraries development files (ALL) (default version) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides the complete Boost development environment, including all separately-packaged libraries. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-all-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-dev, libboost-chrono-dev, libboost-date-time-dev, libboost-filesystem-dev, libboost-graph-dev, libboost-graph-parallel-dev, libboost-iostreams-dev, libboost-locale-dev, libboost-math-dev, libboost-mpi-dev, libboost-mpi-python-dev, libboost-program-options-dev, libboost-python-dev, libboost-random-dev, libboost-regex-dev, libboost-serialization-dev, libboost-signals-dev, libboost-system-dev, libboost-test-dev, libboost-thread-dev, libboost-timer-dev, libboost-wave-dev Filename: ./i386/libboost-all-dev_1.49.0.1_i386.deb Size: 3004 MD5sum: 0038394667ec013f184ac692bbac6a11 SHA1: 20551131fc87c733691214d57534c0266e1606ad SHA256: 1d6dd11a2c53ac7f753bcd4f4a32fb8b71da46a16cecee82089541785086a487 Section: libdevel Priority: optional Homepage: http://www.boost.org/ Description: Boost C++ Libraries development files (ALL) (default version) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides the complete Boost development environment, including all separately-packaged libraries. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-chrono-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-chrono1.49-dev Filename: ./amd64/libboost-chrono-dev_1.49.0.1_amd64.deb Size: 3348 MD5sum: 2b504fe889256fe193b5662c12353ca0 SHA1: 0185f9dceb2b9ca75effd35e5d5e39dc203dc2b2 SHA256: b1c221540db63ebb2f0316d717b2a0d654951d7f95e87db1d02ae0f69c090e80 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/chrono/ Description: C++ representation of time duration, time point, and clocks (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-chrono-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-chrono1.49-dev Filename: ./i386/libboost-chrono-dev_1.49.0.1_i386.deb Size: 3340 MD5sum: a575a1d1443edbc979afb36295f75244 SHA1: c019e5ca78178f7e1d1c03b58ca5b08ada45b69d SHA256: 7b048a1af990596637dd98df1fa6e28509731ee051e6e3d79ec341548540b48f Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/chrono/ Description: C++ representation of time duration, time point, and clocks (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-chrono1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 179 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-chrono1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-chrono1.48-dev Filename: ./amd64/libboost-chrono1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 50702 MD5sum: 5f3bb9250628277b9c383127b4f647cc SHA1: f74c0550e9ad3429b9bd4cdeb18886d6b221ee51 SHA256: 7c6875eea5c9586f3f3a621cb91de8c3ae955ba6af17230bc454810ee78e1d1e Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/chrono/ Description: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Original-Maintainer: Debian Boost Team Package: libboost-chrono1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 149 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-chrono1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-chrono1.48-dev Filename: ./i386/libboost-chrono1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 44664 MD5sum: e8cb45abf56701ca355454c4efacef1f SHA1: a4b59006ce7f3e592768956e1bc77ebf01ef7741 SHA256: 5a2238f29ccc3cfdc6845ce50409752b77c030c3218bfbc2c312f9103e7d404b Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/chrono/ Description: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Original-Maintainer: Debian Boost Team Package: libboost-chrono1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 97 Depends: libboost-system1.49.0 (>= 1.49.0-1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: ./amd64/libboost-chrono1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 39312 MD5sum: c1a77ca939ddf49be00e7128b03105d9 SHA1: c12124391e02d76b9d211af4e38fd7c1e85d6286 SHA256: 4da6f024ac51292da30f8541f761cf9757bb54575b32ea688fcf46bdafb36042 Section: libs Priority: optional Homepage: http://www.boost.org/libs/chrono/ Description: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Original-Maintainer: Debian Boost Team Package: libboost-chrono1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 92 Depends: libboost-system1.49.0 (>= 1.49.0-1), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: ./i386/libboost-chrono1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 39478 MD5sum: 875b8e7d5f1a7a29e6dbc8823f06f074 SHA1: 1dc934a759dfbd2f926fa7979197f40525786bbe SHA256: 0662e650c6a1031e708db2661b18dc2abfc826a20cfd578f1709590057b376cb Section: libs Priority: optional Homepage: http://www.boost.org/libs/chrono/ Description: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Original-Maintainer: Debian Boost Team Package: libboost-date-time-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-date-time1.49-dev Filename: ./amd64/libboost-date-time-dev_1.49.0.1_amd64.deb Size: 2728 MD5sum: 281fa2f7614dc6bd2f0c3ac28641104c SHA1: 13a5f4b7fb609db788425ed8cf976edf574351af SHA256: c5ab34edf297dfa592656e4acffe13900634182fe8f7b1cae32000367dcf2de5 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/date_time/ Description: set of date-time libraries based on generic programming concepts (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-date-time-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-date-time1.49-dev Filename: ./i386/libboost-date-time-dev_1.49.0.1_i386.deb Size: 2720 MD5sum: 35717e5a283599cf22b78c426607c706 SHA1: d6971d6328788a605381cc5343a0f4560dc7caad SHA256: c562d79dc12139caa217dfb6b22a2f14e9be58667eb77eee9b40f4c891a90b2e Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/date_time/ Description: set of date-time libraries based on generic programming concepts (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-date-time1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 193 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-date-time1.49.0 (= 1.49.0-3.2ubuntu1), libboost-serialization1.49-dev (= 1.49.0-3.2ubuntu1) Conflicts: libboost-date-time1.42-dev, libboost-date-time1.46-dev, libboost-date-time1.48-dev Filename: ./amd64/libboost-date-time1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 49720 MD5sum: 6dba32dd52962a372d19af46b614e62d SHA1: b81438939c741898f5857004f47d3c07c6dc7944 SHA256: e0bfc3dce76bf2a987ba2be8d4d852865b0ca2d389164eb93f095dabe712e97b Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/date_time/ Description: set of date-time libraries based on generic programming concepts This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-date-time1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 163 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-date-time1.49.0 (= 1.49.0-3.2ubuntu1), libboost-serialization1.49-dev (= 1.49.0-3.2ubuntu1) Conflicts: libboost-date-time1.42-dev, libboost-date-time1.46-dev, libboost-date-time1.48-dev Filename: ./i386/libboost-date-time1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 48216 MD5sum: 84220e8c1e5eacc378a78acaab9cdca4 SHA1: 2dd6e74c0c9823e016b0413303f8a15d2faf3c2e SHA256: 6ff60a0eb762dd19f93361a03c447826887e119186649ecd316c674990e67945 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/date_time/ Description: set of date-time libraries based on generic programming concepts This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-date-time1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 133 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./amd64/libboost-date-time1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 46386 MD5sum: 2a2b25877071a3e5d64eee302d348e82 SHA1: bd9103002d1f4a9bdf8ca6a77f1d0335df93841f SHA256: a26c26933746463043d435bc835ec8789e92ed4365f63d08740f814e502c8956 Section: libs Priority: optional Homepage: http://www.boost.org/libs/date_time/ Description: set of date-time libraries based on generic programming concepts This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-date-time1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 124 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./i386/libboost-date-time1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 45914 MD5sum: 0d91a8a04f02233f2599c7b3bf02b069 SHA1: 346821c3bdeaa5540dd170ce7b40b1d19c3e8532 SHA256: 1747c14ae29cb1e4ede5eaf0066d2566e29e3cd81861738b3dd575dc6f3a579b Section: libs Priority: optional Homepage: http://www.boost.org/libs/date_time/ Description: set of date-time libraries based on generic programming concepts This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-dbg Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-dev (= 1.49.0.1), libboost1.49-dbg Filename: ./amd64/libboost-dbg_1.49.0.1_amd64.deb Size: 2692 MD5sum: 9b300334f6adef49925a683226796840 SHA1: f7482b834dfc4587a8fd2b2601cde07561c5f2d7 SHA256: 64fc3f364bf6912347fad6c91e63cc12a96810b1b834587a99b0ae0c1b9b9aea Section: debug Priority: extra Homepage: http://www.boost.org/ Description: Boost C++ Libraries with debug symbols (default version) This package forms part of the Boost C++ Libraries collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. These must be used also at build/link time. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-dbg Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-dev (= 1.49.0.1), libboost1.49-dbg Filename: ./i386/libboost-dbg_1.49.0.1_i386.deb Size: 2686 MD5sum: e8003b263e8d890f10dffba0d8e8025c SHA1: 160839f3c33210e9df35e3fa8ce913ed94fdf980 SHA256: a7f56af2bb5afd781059b0df9f4f3c87ab870c864b7f3dfcbe11b91fed06f0e6 Section: debug Priority: extra Homepage: http://www.boost.org/ Description: Boost C++ Libraries with debug symbols (default version) This package forms part of the Boost C++ Libraries collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. These must be used also at build/link time. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost1.49-dev Suggests: libboost-doc Filename: ./amd64/libboost-dev_1.49.0.1_amd64.deb Size: 3030 MD5sum: d22ba8ccf0a6af1de41e00956fdaec72 SHA1: 8c61c8e02559fcd113136b4d4aa669204387c592 SHA256: 0f2fe99bcc4cfbba73a92719ef8475e7e362dbdd8a93b2a5ee8e261c40ca1756 Section: libdevel Priority: optional Homepage: http://www.boost.org/ Description: Boost C++ Libraries development files (default version) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers and the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. . For the following subprojects separate packages exist: chrono, date-time, filesystem, graph, iostreams, locale, math, mpi, program_options, python, regex, serialization, signals, system, test, thread, timer, and wave. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost1.49-dev Suggests: libboost-doc Filename: ./i386/libboost-dev_1.49.0.1_i386.deb Size: 3024 MD5sum: 6701e6a7e8ddb329aabeaeb7aa2e1264 SHA1: 0af2fbd3e01f84cc9998ca81a92becb80511a0b7 SHA256: ef2162d969de9b4d507d43b69d914f4cab3e0cd39a39657d204a4d0548517a62 Section: libdevel Priority: optional Homepage: http://www.boost.org/ Description: Boost C++ Libraries development files (default version) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers and the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. . For the following subprojects separate packages exist: chrono, date-time, filesystem, graph, iostreams, locale, math, mpi, program_options, python, regex, serialization, signals, system, test, thread, timer, and wave. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-doc Source: boost-defaults Version: 1.49.0.1 Architecture: all Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost1.49-doc Filename: ./all/libboost-doc_1.49.0.1_all.deb Size: 2914 MD5sum: 0754d42b56619f3a4aca5fac922e6794 SHA1: ae2c2aa99df39eadb75b7a370f1080db067744cf SHA256: 8cbc764e3672f3c54d4600282f99f8f8497bfea8b92768b20c3cb5d05827f7c5 Section: doc Priority: optional Homepage: http://www.boost.org/libs/ Description: Boost.org libraries documentation (default version) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This is documentation for the boost libraries in HTML format. Some pages point to header files provided in the corresponding -dev package, so it is suggested to install the latter as well. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-filesystem-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-filesystem1.49-dev Filename: ./amd64/libboost-filesystem-dev_1.49.0.1_amd64.deb Size: 2754 MD5sum: 21d4832c0b6793cc06b11aa93d3288ba SHA1: ed84f5152e72dc6420ea6cd904d4191a860c97b5 SHA256: 2e17dc754b0da3790642469c12c74b797de8d7c2823cb83f952b66fc07c339ac Section: libdevel Priority: optional Homepage: http://boost.org/libs/filesystem/ Description: filesystem operations (portable paths, iteration over directories, etc) in C++ (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-filesystem-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-filesystem1.49-dev Filename: ./i386/libboost-filesystem-dev_1.49.0.1_i386.deb Size: 2744 MD5sum: a5d4b334a7d44a1fa632e5e37fa8cade SHA1: b6f46e469953181a1ff3ecdeef8bd4fd1fb25946 SHA256: 0be918a5864fdcc663bb869fc537718d8f7626f2054bd97ca310a9c4037f6a3b Section: libdevel Priority: optional Homepage: http://boost.org/libs/filesystem/ Description: filesystem operations (portable paths, iteration over directories, etc) in C++ (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-filesystem1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 415 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-filesystem1.49.0 (= 1.49.0-3.2ubuntu1), libboost-system1.49-dev (= 1.49.0-3.2ubuntu1) Conflicts: libboost-filesystem1.42-dev, libboost-filesystem1.46-dev, libboost-filesystem1.48-dev Filename: ./amd64/libboost-filesystem1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 104910 MD5sum: b85d538b631bb4e8d0734c47bd7a3aa1 SHA1: 433d585a0024e19389b5c49417023b77927b90c1 SHA256: 1db623148b04590eb8a844b49a286847ac87f1528b97908b8630d86b7f45aa30 Section: libdevel Priority: optional Homepage: http://boost.org/libs/filesystem/ Description: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-filesystem1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 324 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-filesystem1.49.0 (= 1.49.0-3.2ubuntu1), libboost-system1.49-dev (= 1.49.0-3.2ubuntu1) Conflicts: libboost-filesystem1.42-dev, libboost-filesystem1.46-dev, libboost-filesystem1.48-dev Filename: ./i386/libboost-filesystem1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 100860 MD5sum: 859f46e2991ac4075e9061a8fb834718 SHA1: 3755f77fbe5a050f8e80af57ffd9e9bd44455199 SHA256: 979d2fcd14e8c4584562d92f93978f9a970b56db86638bcaaa7f0054da0d795b Section: libdevel Priority: optional Homepage: http://boost.org/libs/filesystem/ Description: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-filesystem1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 194 Depends: libboost-system1.49.0 (>= 1.49.0-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: ./amd64/libboost-filesystem1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 77076 MD5sum: 9972411514efb4d79930eea7f1e5530e SHA1: fe51a9aad72bc319d416573288d65c28abda329e SHA256: 9d4bb0b4d534416f374a250f1accedfc0ab989243d15a486740fabc8a081a41a Section: libs Priority: optional Homepage: http://boost.org/libs/filesystem/ Description: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-filesystem1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 189 Depends: libboost-system1.49.0 (>= 1.49.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: ./i386/libboost-filesystem1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 78272 MD5sum: 96eeb3bc0aa902ad380f6f621d0b2434 SHA1: d6cd1022f46c45f926220410cb0c9ad660ba8f2a SHA256: 9db452c37091b21070fe84fa61391e8b8e342801e0bfc73a9e59816a45a2dcc5 Section: libs Priority: optional Homepage: http://boost.org/libs/filesystem/ Description: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-graph-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-graph1.49-dev Filename: ./amd64/libboost-graph-dev_1.49.0.1_amd64.deb Size: 2822 MD5sum: 71df24ecb4a8019fecc569916d3b6274 SHA1: 22ed125d317ec2b575e12120ed4b30cf065d5515 SHA256: 6836c900c92901e73682138e9fc260009a16e2e99908fb250e18bad9c16b2ab2 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/graph/ Description: generic graph components and algorithms in C++ (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-graph-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-graph1.49-dev Filename: ./i386/libboost-graph-dev_1.49.0.1_i386.deb Size: 2812 MD5sum: 9e2ffc942171fff1a234abba24c9f452 SHA1: f97bbfbd7304367eb0e869ef8d2b4164e46f440e SHA256: 1d4090ef80a6004259807f474d14842918db6208837c7f7386a6c9005459067f Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/graph/ Description: generic graph components and algorithms in C++ (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-graph-parallel-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-graph-parallel1.49-dev Filename: ./amd64/libboost-graph-parallel-dev_1.49.0.1_amd64.deb Size: 2866 MD5sum: 4427c509042db1531c6f32f878f7f3b6 SHA1: e6ca24f33729b14af7a8555e4c2950f3b0386b31 SHA256: 17e65f5031c3397f427db23bf4a77fec0d69bfa6ee05a2d2e14e0574a4274389 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/graph_parallel/ Description: generic graph components and algorithms in C++ (default version) This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-graph-parallel-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-graph-parallel1.49-dev Filename: ./i386/libboost-graph-parallel-dev_1.49.0.1_i386.deb Size: 2860 MD5sum: baae1653f744d755f8948305ca4eacda SHA1: 0c63df9fa7a159ed4909ba51ba07cadfa9652b3f SHA256: 7f8e5ff508061267deb9ff4df6f0e9c34fb26de189d7f5e9f6e1a5acd84c4fe4 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/graph_parallel/ Description: generic graph components and algorithms in C++ (default version) This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-graph1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 982 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-serialization1.49-dev (= 1.49.0-3.2ubuntu1), libboost-test1.49-dev (= 1.49.0-3.2ubuntu1) Recommends: libboost-graph1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-graph1.42-dev, libboost-graph1.46-dev, libboost-graph1.48-dev Filename: ./amd64/libboost-graph1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 192512 MD5sum: 197867de64e56f51d126409b93c938c8 SHA1: fa8c3648534f182b452ee92c14aa5c8df824d777 SHA256: 7643ca6fd047e8afd74019fae4b64137e2717f8c38f34da37068588485e91cdb Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/graph/ Description: generic graph components and algorithms in C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-graph1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 781 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-serialization1.49-dev (= 1.49.0-3.2ubuntu1), libboost-test1.49-dev (= 1.49.0-3.2ubuntu1) Recommends: libboost-graph1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-graph1.42-dev, libboost-graph1.46-dev, libboost-graph1.48-dev Filename: ./i386/libboost-graph1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 186728 MD5sum: c73b1112319e8dff7a4fef8e05da9d62 SHA1: cb1e47ba979b79d60a143bdd7f04c16c4fda79fb SHA256: 5281e9880672e3363587b8556ada057cb7fd41bfc7482459a9b608afffa7145f Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/graph/ Description: generic graph components and algorithms in C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-graph1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 465 Depends: libboost-regex1.49.0 (>= 1.49.0-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Suggests: graphviz Filename: ./amd64/libboost-graph1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 155278 MD5sum: c86210f46565c7f27e8142df37d4a7e1 SHA1: 836eac00b8afd68dd1e05a11ec72db2ff87cc3a4 SHA256: 031c4c91654f9fa1242a72c18e62b85c00c7859c9ed837fd257ea714e5165920 Section: libs Priority: optional Homepage: http://www.boost.org/libs/graph/ Description: generic graph components and algorithms in C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-graph1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 438 Depends: libboost-regex1.49.0 (>= 1.49.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Suggests: graphviz Filename: ./i386/libboost-graph1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 156908 MD5sum: 8d2ad331de3fa45712608843a066fae0 SHA1: 3f8a8302f886c49fe430c8651813717e36199d36 SHA256: d2b85952ee314a028e47c78cf685e9bfb45fee41c7208573ba41c7fd3320901c Section: libs Priority: optional Homepage: http://www.boost.org/libs/graph/ Description: generic graph components and algorithms in C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-iostreams-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-iostreams1.49-dev Filename: ./amd64/libboost-iostreams-dev_1.49.0.1_amd64.deb Size: 2714 MD5sum: d29e990a87801da76a2344f0177aa9c0 SHA1: 45e27edf52f1208c5c56ba3f3e56c8a944be3de8 SHA256: d40e300cee2c3ad3ecaf215ae6b4f925e76288a34ec7a9272d9eae6abb71cadb Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/iostreams/ Description: Boost.Iostreams Library development files (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-iostreams-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-iostreams1.49-dev Filename: ./i386/libboost-iostreams-dev_1.49.0.1_i386.deb Size: 2704 MD5sum: acadb8587f8c7874da5bcbdcd004609d SHA1: 5fa9bbaa9958abbc9ff67770d472c0962ef61375 SHA256: 7f3d69352fd18a92207849d596e083363c66f9431686c2e32fb86f564ce93ddf Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/iostreams/ Description: Boost.Iostreams Library development files (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-iostreams1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 319 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-regex1.49-dev (= 1.49.0-3.2ubuntu1), libboost-iostreams1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-iostreams1.42-dev, libboost-iostreams1.46-dev, libboost-iostreams1.48-dev Filename: ./amd64/libboost-iostreams1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 73850 MD5sum: a5304aae3c7c58831e37e3cdcc4cf3d7 SHA1: c603de85f3dd6dcba48490270b94052d23bd821b SHA256: da125109810484f65dcc4096379593afc58576cb526c5c4e0070a86d799f5bda Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/iostreams/ Description: Boost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Original-Maintainer: Debian Boost Team Package: libboost-iostreams1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 258 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-regex1.49-dev (= 1.49.0-3.2ubuntu1), libboost-iostreams1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-iostreams1.42-dev, libboost-iostreams1.46-dev, libboost-iostreams1.48-dev Filename: ./i386/libboost-iostreams1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 71490 MD5sum: 85c1dd918d51bd0e8a4c4a3a340781f4 SHA1: 9e8051ff73e8c3e60edcfcfe6eb17ba47116930a SHA256: a4df721c03a5fbda0e449275191171b8a17714dd1b728fa18a6b9182f7ee0f7b Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/iostreams/ Description: Boost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Original-Maintainer: Debian Boost Team Package: libboost-iostreams1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 166 Depends: libbz2-1.0, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.1.4) Filename: ./amd64/libboost-iostreams1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 57482 MD5sum: 307c5e5330867f623823d2c3bc843f28 SHA1: 51cf7f79e1b9fe63bdc3b4a6745e179c85c718d6 SHA256: 1fde44849cf318191ac02572323d7888a48096ead4feeb1a3893a6f966f6aab0 Section: libs Priority: important Homepage: http://www.boost.org/libs/iostreams/ Description: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Original-Maintainer: Debian Boost Team Package: libboost-iostreams1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 156 Depends: libbz2-1.0, libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.1.4) Filename: ./i386/libboost-iostreams1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 58300 MD5sum: 8e0fd327cef73e059d6a780ff691fa8e SHA1: 312481d94889ff607cdc76a6334ceeae12a58680 SHA256: 7953fbe0c9f8d67cb971da6017eb8d59404b2d551b493c5afe227df2d7b97e3e Section: libs Priority: important Homepage: http://www.boost.org/libs/iostreams/ Description: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Original-Maintainer: Debian Boost Team Package: libboost-locale-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-locale1.49-dev Filename: ./amd64/libboost-locale-dev_1.49.0.1_amd64.deb Size: 3054 MD5sum: aee188bb8da8b31f93c141ed9890bcd7 SHA1: b8e49093ff1ae4983f102a95f2e261df4948545d SHA256: ee664572d21e72ed6f5b593a30610d6187c52e3f1927270821145931cdd14e94 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/math/ Description: C++ facilities for localization (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-locale-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-locale1.49-dev Filename: ./i386/libboost-locale-dev_1.49.0.1_i386.deb Size: 3046 MD5sum: bad85dd9a0f93232df383029cdd02a1f SHA1: 085899dcfc53674211f71c76a7856aab020451f5 SHA256: 5a71203afa907b46057cc98d8126089901fb3f9a3efd43ac72e1fe5b75a6b845 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/math/ Description: C++ facilities for localization (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-locale1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 2821 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-locale1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-locale1.48-dev Filename: ./amd64/libboost-locale1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 520818 MD5sum: d38779e5435ca85038b54acb2526e25e SHA1: 1f0f1c5ac9712b2ffaf53f092d5d1b923c6eca34 SHA256: af3931d8fb691a85e33440b048dd7c94c2de42774b55bb04640d9708aeac0e7a Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/math/ Description: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Original-Maintainer: Debian Boost Team Package: libboost-locale1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 2198 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-locale1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-locale1.48-dev Filename: ./i386/libboost-locale1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 514122 MD5sum: 6d94ba8ae1cc06cd5f252d5696f21b7e SHA1: fbc3f22c533e33574b48c8b5c90e4f9027c64c3e SHA256: ad829e33bf8c281546e8059b7de73dd9ce55505caf66f70eee44f9b2516d1c21 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/math/ Description: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Original-Maintainer: Debian Boost Team Package: libboost-locale1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 960 Depends: libboost-thread1.49.0 (>= 1.49.0-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libicu48 (>= 4.8-1), libstdc++6 (>= 4.4.0) Filename: ./amd64/libboost-locale1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 303150 MD5sum: 99608bf0c8c241980ea71db38653ae0f SHA1: 8621b17378eae766aea8b7619dccd9b5a25fa247 SHA256: 8922a5644c59dd73c669866bfd5114532853b0c0c77bee3f41f56f8765d728c8 Section: libs Priority: optional Homepage: http://www.boost.org/libs/locale/ Description: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Original-Maintainer: Debian Boost Team Package: libboost-locale1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 924 Depends: libboost-thread1.49.0 (>= 1.49.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libicu48 (>= 4.8-1), libstdc++6 (>= 4.4.0) Filename: ./i386/libboost-locale1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 311964 MD5sum: 6b35a08df62cdbba3315da85e9651cf1 SHA1: f7f3a65e7b9e7bb7dcdd110d6fbb135cd1b0c534 SHA256: 444ba2d20938b05f7cdefbdb7c750142f39042ff7c88e76bf14439c17856deea Section: libs Priority: optional Homepage: http://www.boost.org/libs/locale/ Description: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Original-Maintainer: Debian Boost Team Package: libboost-math-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-math1.49-dev Filename: ./amd64/libboost-math-dev_1.49.0.1_amd64.deb Size: 2920 MD5sum: c114dd3f7b31dbe6b2841125abc585c2 SHA1: 789572b78d4c0d9a0204e1a8df28905347bb179e SHA256: 36830f0f104ca5bb2087e8bc758e6221c4543ad0c5c70e076c743d749bd5beaf Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/math/ Description: Boost.Math Library development files (default version) This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-math-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-math1.49-dev Filename: ./i386/libboost-math-dev_1.49.0.1_i386.deb Size: 2916 MD5sum: 53fb5efc013d0e3aae8a286b8ce57ed7 SHA1: 78a0751561452fb6381eca688dd3bcc2d5022dab SHA256: 80528c292076376e426b11e34342f8986dadb6bbdb7c80d1d06630b2a225641a Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/math/ Description: Boost.Math Library development files (default version) This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-math1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 9619 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-math1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-math1.42-dev, libboost-math1.46-dev, libboost-math1.48-dev Filename: ./amd64/libboost-math1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 1882934 MD5sum: e06d271b3cf84b223c574c65b13de05a SHA1: 1386dfdd1d5e24eed2e3c1cb90aecd25cd39cd6d SHA256: 14481a039d762a8ddd7451138ab3be9ba7d56a6748df21cd66afe6a8a2923f85 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/math/ Description: Boost.Math Library development files This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Original-Maintainer: Debian Boost Team Package: libboost-math1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 7311 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-math1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-math1.42-dev, libboost-math1.46-dev, libboost-math1.48-dev Filename: ./i386/libboost-math1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 1708484 MD5sum: 1ba6dc868d4523eb09b660f9a9a4fcd7 SHA1: 5fd7b47907db59340c79d86a4192956ed1a1228c SHA256: 68a5106ced67a97e3b65834b04bc706afcd569496b133d03f6d63e116785596c Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/math/ Description: Boost.Math Library development files This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Original-Maintainer: Debian Boost Team Package: libboost-math1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 1091 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./amd64/libboost-math1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 468212 MD5sum: ad6b391f51a3b3b497b9b672303c7d2b SHA1: 99232cc294b0f2b78896e3772a014482ecdea024 SHA256: 331efb3a08fc760870c8a03999bd7e0a7bb52c08eac4110d2cab1588bde2c78e Section: libs Priority: optional Homepage: http://www.boost.org/libs/math/ Description: Boost.Math Library This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Original-Maintainer: Debian Boost Team Package: libboost-math1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1016 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./i386/libboost-math1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 435872 MD5sum: 032f25ffe279747598532ede7168e238 SHA1: 771e3a414783c7936dd51a825a826af41137e911 SHA256: 4c1c9ec65a40ca7c0b1ecabcaae4fb2a66c8a39b4e0f94e75408ca191bc80576 Section: libs Priority: optional Homepage: http://www.boost.org/libs/math/ Description: Boost.Math Library This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Original-Maintainer: Debian Boost Team Package: libboost-mpi-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-mpi1.49-dev Filename: ./amd64/libboost-mpi-dev_1.49.0.1_amd64.deb Size: 2812 MD5sum: 15d2b38761e4a1e9ca903642ac82f120 SHA1: 9e5eae15b06a7598cb3070e64d092a2c7b4982a4 SHA256: 8e873856c1af8a2c3339a93cd73a2b592b282cd7a25f5481c5cc0924ff4115a0 Section: libdevel Priority: optional Homepage: http://www.boost.org/doc/html/mpi.html Description: C++ interface to the Message Passing Interface (MPI) (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-mpi-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-mpi1.49-dev Filename: ./i386/libboost-mpi-dev_1.49.0.1_i386.deb Size: 2806 MD5sum: 5704215e278b4faa8110183047ce7505 SHA1: 54c97461ef40dfc998f8d57a466b7623876d83ff SHA256: a8516567b182e2fca8fd36015b0f833fa718efd0ee78e4ba79a8a460e60a4da1 Section: libdevel Priority: optional Homepage: http://www.boost.org/doc/html/mpi.html Description: C++ interface to the Message Passing Interface (MPI) (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-mpi-python-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-mpi-python1.49-dev Filename: ./amd64/libboost-mpi-python-dev_1.49.0.1_amd64.deb Size: 2854 MD5sum: 2c147d8a3ca8488524b4d9ebbcdc77f9 SHA1: c5bc5d0c83a59b4ca0422769c5d62a6dd0844414 SHA256: de5702ef19ee1a1beb2058ac9843d817bcf11e0a5235e906413174c64e3f8f07 Section: libdevel Priority: optional Homepage: http://www.boost.org/doc/html/mpi/python.html Description: C++ interface to the Message Passing Interface (MPI), Python Bindings (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-mpi-python-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-mpi-python1.49-dev Filename: ./i386/libboost-mpi-python-dev_1.49.0.1_i386.deb Size: 2848 MD5sum: c3eb6080e715671f0783f892ee93ee20 SHA1: d9e7d71061fa11915aa08f06c60864433a91d2cc SHA256: 472372cdec5c233ccb9db4e25c3000d0a03847126759092229b6ca045cbb29aa Section: libdevel Priority: optional Homepage: http://www.boost.org/doc/html/mpi/python.html Description: C++ interface to the Message Passing Interface (MPI), Python Bindings (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-program-options-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-program-options1.49-dev Filename: ./amd64/libboost-program-options-dev_1.49.0.1_amd64.deb Size: 2738 MD5sum: 20340788044d72684e548125bd7e5936 SHA1: 088b57771bdce8bb0336f1d3f1d958efb15885b6 SHA256: 4ff3d51d6b46e83fa25177ec9b556a869ae01708663443d3ac52a4623c665440 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/program_options/ Description: program options library for C++ (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-program-options-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-program-options1.49-dev Filename: ./i386/libboost-program-options-dev_1.49.0.1_i386.deb Size: 2732 MD5sum: 82e84a3bc507fd0ff91359e1c4bea55d SHA1: 0a76a158f0ffacd5c92e13b41fb92d1bc2953abb SHA256: 5dafa0b9013b3b9c80422027b2a7daab3c67b0ff90a99d873a4098af0a2c8ed3 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/program_options/ Description: program options library for C++ (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-program-options1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 1108 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-program-options1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-program-options1.42-dev, libboost-program-options1.46-dev, libboost-program-options1.48-dev Filename: ./amd64/libboost-program-options1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 222220 MD5sum: 0de5c532546974a0fb120d018815e23b SHA1: b54661b523805333235196ccb3506e64ab3c5e4e SHA256: be64c695e04c40238a070543dc6f0eb31170b7a2a3c7f00ea25b0b9ad6e18f1e Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/program_options/ Description: program options library for C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-program-options1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 860 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-program-options1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-program-options1.42-dev, libboost-program-options1.46-dev, libboost-program-options1.48-dev Filename: ./i386/libboost-program-options1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 216136 MD5sum: 5cfcf81f25d76867dc5415c27edaeb66 SHA1: 999eaf5f927d52b869c20ebfad33decdaf894c78 SHA256: 4e811d25f6ab1bd57bfdaf4e8af9dec37d7b79f83cb5d61dd66c5f8ba0205206 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/program_options/ Description: program options library for C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-program-options1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 451 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Filename: ./amd64/libboost-program-options1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 153802 MD5sum: dbd93448016fd8c5f90a02145faa23f1 SHA1: d68f634678ba0d233952ef60020867f3b090f76d SHA256: 508b65645459615a12e6472f25c6acf7fc429b6e2f788f05ef356ac5396d918e Section: libs Priority: optional Homepage: http://www.boost.org/libs/program_options/ Description: program options library for C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-program-options1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 425 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Filename: ./i386/libboost-program-options1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 155236 MD5sum: e85f6dca2d30548d4650dbc3725f4ac2 SHA1: 0715db631d7ba9c74604cf748ca7b0b03dfc9720 SHA256: cea523be38b2fc6b540235738245970306e4f2134c2ee653c6cc1d95696a410d Section: libs Priority: optional Homepage: http://www.boost.org/libs/program_options/ Description: program options library for C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-python-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-python1.49-dev Filename: ./amd64/libboost-python-dev_1.49.0.1_amd64.deb Size: 3114 MD5sum: ede89588f6e5a6fa87344cc4914b33ce SHA1: 81e5a8680f7f2756ac43195668d06933288fc0e6 SHA256: 0db1fee4692527df81392f0d2890fa0d61f00e5264f9b8c57bd3f2d879f9f247 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/python/ Description: Boost.Python Library development files (default version) This package forms 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. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-python-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-python1.49-dev Filename: ./i386/libboost-python-dev_1.49.0.1_i386.deb Size: 3108 MD5sum: 5d6cab2a38d97099a5bf7095a059640e SHA1: d3d367cf5ecf9a54b7ef7ce81bd45f927d17b1cc SHA256: e82c5f18e79e9e77bf4d81011b6a65ebc29c2fd71f2700d343c2aaff8dbac243 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/python/ Description: Boost.Python Library development files (default version) This package forms 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. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-python1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 1508 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-python1.49.0 (= 1.49.0-3.2ubuntu1), python-dev, python (>= 2.7.1-0ubuntu2), python (<< 2.8), gccxml Suggests: libboost1.49-doc Conflicts: libboost-python1.42-dev, libboost-python1.46-dev, libboost-python1.48-dev Filename: ./amd64/libboost-python1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 353562 MD5sum: 5d09a1b5fed7563281be816fcd8a0800 SHA1: d1d97dac6d459d57326e12193678ac9d158ee0c7 SHA256: 67a04fd7cdb92bfc4efaaff4532e621329b9edfdddd07f35fc045347f2bc8d92 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/python/ Description: Boost.Python Library development files This package forms 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. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Original-Maintainer: Debian Boost Team Package: libboost-python1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1211 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-python1.49.0 (= 1.49.0-3.2ubuntu1), python-dev, python (>= 2.7.1-0ubuntu2), python (<< 2.8), gccxml Suggests: libboost1.49-doc Conflicts: libboost-python1.42-dev, libboost-python1.46-dev, libboost-python1.48-dev Filename: ./i386/libboost-python1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 332662 MD5sum: b531b4a32f79c3ea769a923c497afc47 SHA1: f370c90981014d3a8fd6dbc22e71dc8c63bd23e4 SHA256: cff1910636286b92888d054f2ad58311804b9f9abb150e699b427eb04f168b1e Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/python/ Description: Boost.Python Library development files This package forms 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. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Original-Maintainer: Debian Boost Team Package: libboost-python1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 671 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Suggests: python, python3 Filename: ./amd64/libboost-python1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 241924 MD5sum: 79139de0ea66216bf6d5469694cac86e SHA1: 1482018d237f586e2d77f9ff250f2fe24e010938 SHA256: 51e279567cf741c9c06ebcc2916f0afac8dcde4288cee9bf6da42fb3139bb9f8 Section: python Priority: optional Homepage: http://www.boost.org/libs/python/ Description: Boost.Python Library This package forms 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. . One of the python interpreter packages is required to use the created extensions. Original-Maintainer: Debian Boost Team Package: libboost-python1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 640 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Suggests: python, python3 Filename: ./i386/libboost-python1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 243328 MD5sum: e5ea0db776ae037089f436e93982cb99 SHA1: 0a6b1b8e6d5071a047531e42fcfa5e6c3778c9f1 SHA256: d3db91bef75ceb7dee98cee64342169b883e5cab1e03b690d421b1930ff078e6 Section: python Priority: optional Homepage: http://www.boost.org/libs/python/ Description: Boost.Python Library This package forms 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. . One of the python interpreter packages is required to use the created extensions. Original-Maintainer: Debian Boost Team Package: libboost-random-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-random1.49-dev Filename: ./amd64/libboost-random-dev_1.49.0.1_amd64.deb Size: 2724 MD5sum: 5bd489d6b8fe3152354d37a0924662d7 SHA1: a5154b78c1a4339098764a057b4ae8216c0b7871 SHA256: 75ec41d53208e4b06ad1111ab6c64d36155ed9616350933cb4bd2fa6d740acd1 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/random/ Description: Boost Random Number Library (default version) This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-random-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-random1.49-dev Filename: ./i386/libboost-random-dev_1.49.0.1_i386.deb Size: 2712 MD5sum: 3f0d55f4312d33aabc239d83da7b851b SHA1: c7a368d725b769a1786c20119df622add44fe7f5 SHA256: 840d874873b454f04a315668476e9f8c5ed5fbb87e88ddba4fa302b08b16417e Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/random/ Description: Boost Random Number Library (default version) This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-random1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 67 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-random1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-random1.42-dev, libboost-random1.46-dev, libboost-random1.48-dev Filename: ./amd64/libboost-random1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 31254 MD5sum: ed82df4839864bf7e436fa61ad114077 SHA1: 5da4cbff46bdb37504775f950521ae5062ef400f SHA256: e285bf3ed5e6ae5527fca3176e48cad55a775a7d25f786388bfad87322bbdde1 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/random/ Description: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Original-Maintainer: Debian Boost Team Package: libboost-random1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 64 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-random1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-random1.42-dev, libboost-random1.46-dev, libboost-random1.48-dev Filename: ./i386/libboost-random1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 31270 MD5sum: f122807d5626973579ed4e532cfdad7a SHA1: c25de90875febea8424bd551757dc3752eec143b SHA256: 3f171a96317bb30d863e76bbe401a1a80c033d0383f2f80bf600dbc1165d7cf4 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/random/ Description: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Original-Maintainer: Debian Boost Team Package: libboost-random1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 77 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: ./amd64/libboost-random1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 32790 MD5sum: 23e29face07ebb47ec33b2680c2762dc SHA1: 2edcd286299644dfabdaf0611183fd2b7a9dd54d SHA256: f51de84e8103562934e43fb40fe74f9cefba8f17861b673042486254cdf1ac30 Section: libs Priority: optional Homepage: http://www.boost.org/libs/random/ Description: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Original-Maintainer: Debian Boost Team Package: libboost-random1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 76 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: ./i386/libboost-random1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 32954 MD5sum: ed446de440dd6925b645b598bf3ddc54 SHA1: 4519d55331c417febf1ba45fdcbe97cedfb282a9 SHA256: 213ab8736697d62ed9b51feadb5b433bbe7c149e747934779b19de7806970be5 Section: libs Priority: optional Homepage: http://www.boost.org/libs/random/ Description: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Original-Maintainer: Debian Boost Team Package: libboost-regex-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-regex1.49-dev Filename: ./amd64/libboost-regex-dev_1.49.0.1_amd64.deb Size: 2980 MD5sum: 21e8db7474831d301ca45685f2b3aea1 SHA1: 5c5eb1b39357bc268e7de50f8cd7abc943f01e33 SHA256: 0c359c6950f01796a311bfe73edb83bc30ddbf28f95c374cb5e3c59d2ab3579e Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/regex/ Description: regular expression library for C++ (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-regex-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-regex1.49-dev Filename: ./i386/libboost-regex-dev_1.49.0.1_i386.deb Size: 2972 MD5sum: fc697811a4e16e70e82b6b0e4d7bf058 SHA1: 12db820eaaf6b9ce6cc2f7173f363bf5a1cd1dbf SHA256: 1759cc7052c408ac0b378edb212ddefbbf6aaf27fffd1ed05121bf349770d43d Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/regex/ Description: regular expression library for C++ (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-regex1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 3001 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-regex1.49.0 (= 1.49.0-3.2ubuntu1), libicu-dev Conflicts: libboost-regex1.42-dev, libboost-regex1.46-dev, libboost-regex1.48-dev Filename: ./amd64/libboost-regex1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 657154 MD5sum: 5407474cbbd137411c4ae52916e9ca0a SHA1: 42a5fce9f4e215f39e66e1d854709ec9e54e27e3 SHA256: 0302b8b1eb5829895888052432a09ff6eeb9da30489ca5aad3db28f5f2732501 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/regex/ Description: regular expression library for C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-regex1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 2383 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-regex1.49.0 (= 1.49.0-3.2ubuntu1), libicu-dev Conflicts: libboost-regex1.42-dev, libboost-regex1.46-dev, libboost-regex1.48-dev Filename: ./i386/libboost-regex1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 632252 MD5sum: f5ce33cfe50da0767ceed6ca9e9c0a1d SHA1: 7eded0868c71662a8ff6c2fa53dd94f3b1ad18c5 SHA256: 23735b2fa67208356805d970e63f211ab65b149347fae8b8d63ea8294b1dd4e1 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/regex/ Description: regular expression library for C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-regex1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 1199 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libicu48 (>= 4.8-1), libstdc++6 (>= 4.6) Filename: ./amd64/libboost-regex1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 442236 MD5sum: ccca768af14ca024f6e29ceeeaacd431 SHA1: 263512f51a83311cffd66b48c7a621674140dea0 SHA256: 343427ff850b821cafc46c6f2f0439ddb9a6e5975648b0f47583b62e23b41be5 Section: libs Priority: optional Homepage: http://www.boost.org/libs/regex/ Description: regular expression library for C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-regex1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1137 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libicu48 (>= 4.8-1), libstdc++6 (>= 4.6) Filename: ./i386/libboost-regex1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 443600 MD5sum: fe2d5942f4aa54e02c2f24b96681b1b3 SHA1: 6e87bfe4090a2b0251ca0f0d25d7fd5dcad7f0c4 SHA256: eb5db57dab2aa8db45398da81dabc14a23efea9069be69dcbf3952559f353148 Section: libs Priority: optional Homepage: http://www.boost.org/libs/regex/ Description: regular expression library for C++ This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-serialization-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-serialization1.49-dev Filename: ./amd64/libboost-serialization-dev_1.49.0.1_amd64.deb Size: 2950 MD5sum: 99328161831701bd70b7f0e8ed8384d2 SHA1: c09989d05c6e3e9414bc6a6b389b4040d8828844 SHA256: af72fb9ca0a1e94e10fbf85aee90b4f5b9b699cd0b9d7e826a561f4733fcf7ea Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/serialization/ Description: serialization library for C++ (default version) This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-serialization-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-serialization1.49-dev Filename: ./i386/libboost-serialization-dev_1.49.0.1_i386.deb Size: 2944 MD5sum: e6e9a6817b117b7b6a9c2639c95cac56 SHA1: 3f5aba8d45f0070abb8d1f329e57ddf256e10ac5 SHA256: a34e06f0637ce54ec96a60c91f6831974dd8653080b6d7692e07096978dc8ee5 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/serialization/ Description: serialization library for C++ (default version) This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-serialization1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 2299 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-serialization1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-serialization1.42-dev, libboost-serialization1.46-dev, libboost-serialization1.48-dev Filename: ./amd64/libboost-serialization1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 317280 MD5sum: 47471d221c583364b3f76e164bbce869 SHA1: a48abd9b41cb3ad5cb78c1af9b29aef60731fb4c SHA256: c307cea136930f2f6d16806e2d4817dcf544780558508405a1a5c532134628be Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/serialization/ Description: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Original-Maintainer: Debian Boost Team Package: libboost-serialization1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1886 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-serialization1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-serialization1.42-dev, libboost-serialization1.46-dev, libboost-serialization1.48-dev Filename: ./i386/libboost-serialization1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 299920 MD5sum: 47a1eebdad8e862fbb69199b7f29f34d SHA1: b3adbbddd8a2283e015507fbd1f4c6f29638104e SHA256: aa99aef39f48f07a230dcaa1ed8d3517c9f131ead1f9cd7a5deac9719f1245ff Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/serialization/ Description: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Original-Maintainer: Debian Boost Team Package: libboost-serialization1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 880 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./amd64/libboost-serialization1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 207998 MD5sum: 9f5b26d2edf4e90d9a30595bf93ec8ad SHA1: 65a4733824541d4bdf2954d95b8a5a01c5b9affc SHA256: f0ae48338bf2f051005f66a2f9fea49828e1abcec424b45a5396de0e47005c6f Section: libs Priority: optional Homepage: http://www.boost.org/libs/serialization/ Description: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Original-Maintainer: Debian Boost Team Package: libboost-serialization1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 836 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./i386/libboost-serialization1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 212382 MD5sum: 39977b664bbb847a55a1102d754a8cc7 SHA1: b24ac071c965ad51cb44602fde6b7e0f270af9f9 SHA256: 12c37651310d72e58e9aa5d11d8667edb548fff94d71979029ecbbaabfcad659 Section: libs Priority: optional Homepage: http://www.boost.org/libs/serialization/ Description: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Original-Maintainer: Debian Boost Team Package: libboost-signals-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-signals1.49-dev Filename: ./amd64/libboost-signals-dev_1.49.0.1_amd64.deb Size: 2786 MD5sum: b8551cf94202e5c869e09b1e3cf4c1b9 SHA1: 91ea9a6a74fc72117dad3112964c51bb1b3bbc15 SHA256: bc9d6e8986a90257cf03203ba7374fb7b85102e27b0227e827c263e53dd01b29 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/signals/ Description: managed signals and slots library for C++ (default version) This package forms 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." . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-signals-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-signals1.49-dev Filename: ./i386/libboost-signals-dev_1.49.0.1_i386.deb Size: 2782 MD5sum: 3b44324e8eaf07614881859f8cf6ac67 SHA1: 587dfbc76679238586cfc82bd585a6c46221fd79 SHA256: 1843e2e793b3b786ab967e39dc73a96e3717c01563af8d458c0eaa087715ed9e Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/signals/ Description: managed signals and slots library for C++ (default version) This package forms 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." . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-signals1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 243 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-signals1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-signals1.42-dev, libboost-signals1.46-dev, libboost-signals1.48-dev Filename: ./amd64/libboost-signals1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 66658 MD5sum: 69cc73cb17e21fd045f545da1151312a SHA1: 79d654d71c924be5dc6a68fd0daa8bd75db301ac SHA256: a2f5360d7302ff33deee7975cf37099d22318e50b5b743f1b8b727b6b70e67c6 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/signals/ Description: managed signals and slots library for C++ This package forms 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." Original-Maintainer: Debian Boost Team Package: libboost-signals1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 204 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-signals1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-signals1.42-dev, libboost-signals1.46-dev, libboost-signals1.48-dev Filename: ./i386/libboost-signals1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 63840 MD5sum: ded4f0344a3a60351123911fde5aa784 SHA1: f10f0330b6bff1c2efb6aec23b0eeda4bf95ec81 SHA256: ecc3c790802a137db37144ecaf794ef72d589176b424ff244d51fb7bc43ea269 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/signals/ Description: managed signals and slots library for C++ This package forms 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." Original-Maintainer: Debian Boost Team Package: libboost-signals1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 149 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./amd64/libboost-signals1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 56912 MD5sum: 52d40037fdcbe9abfea41a4177260ede SHA1: bd20178f25b841f62d51d87d7e7534491443e926 SHA256: 5fd9179d5e6f223e2c09699f17d682b1df6f4a385e683636e37f5deb6db3b7a3 Section: libs Priority: optional Homepage: http://www.boost.org/libs/signals/ Description: managed signals and slots library for C++ This package forms 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." Original-Maintainer: Debian Boost Team Package: libboost-signals1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 144 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./i386/libboost-signals1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 57540 MD5sum: 8bcbcf7e0132112f3ec5607cc55ad2da SHA1: 58672272ec613d90efebf4ae4609c6009f45f915 SHA256: 879540050e5fb2a36515358e2e5191d3b1ded17373c12924a3004672fb09038f Section: libs Priority: optional Homepage: http://www.boost.org/libs/signals/ Description: managed signals and slots library for C++ This package forms 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." Original-Maintainer: Debian Boost Team Package: libboost-system-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-system1.49-dev Filename: ./amd64/libboost-system-dev_1.49.0.1_amd64.deb Size: 2858 MD5sum: 5217917991b4fd2a5bb38e9da5871682 SHA1: 60d77d23173290141c47d756bd450a69925686e2 SHA256: 4c9d8ef989e7d021b4eebda45fad3b358fa95b4d046a13927c3f880e7d75a10f Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/system/ Description: Operating system (e.g. diagnostics support) library (default version) This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-system-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-system1.49-dev Filename: ./i386/libboost-system-dev_1.49.0.1_i386.deb Size: 2856 MD5sum: f974d490d0261fde3663aa51cb234e31 SHA1: 3548a480817c2b1a72778f0ef8a94a29d4904095 SHA256: ba327903eeb33f918f6a26311cc2dd268b07f361933127cfe1a758253cc18392 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/system/ Description: Operating system (e.g. diagnostics support) library (default version) This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-system1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 89 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-system1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-system1.42-dev, libboost-system1.46-dev, libboost-system1.48-dev Filename: ./amd64/libboost-system1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 35476 MD5sum: b6ee69e0ddc51b096010c91e80190ad3 SHA1: b15fd2b74090fe925efc5a328340ba30a2fdeae1 SHA256: b178fb2256030d1e5f599ff0ffe4432fcb1bee44f3e1dd760cd7de561080a18f Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/system/ Description: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Original-Maintainer: Debian Boost Team Package: libboost-system1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 77 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-system1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-system1.42-dev, libboost-system1.46-dev, libboost-system1.48-dev Filename: ./i386/libboost-system1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 34974 MD5sum: 0afdd01cc1b22b9f83fc7cd5e2ce0886 SHA1: 4deea064ae72376f23654a3f8870ee4ceb6d99ad SHA256: a3e5c72c7de0cebcb0c3de0b18727de4ca12ada621965c03f2da6827b22573da Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/system/ Description: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Original-Maintainer: Debian Boost Team Package: libboost-system1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 81 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: ./amd64/libboost-system1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 33678 MD5sum: 86108901c3e6098fbf2520338c4c3dfd SHA1: 919d69116affeb57a143fc97fb7e6afcbcb12e31 SHA256: e35d26c440149c916bb438e1a3a42e0a0502a936065ce08f9847759c134bd185 Section: libs Priority: optional Homepage: http://www.boost.org/libs/system/ Description: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Original-Maintainer: Debian Boost Team Package: libboost-system1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 80 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: ./i386/libboost-system1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 33846 MD5sum: 5582435dc13ff50e86ddf6c06b0a5d80 SHA1: e5968259ab97245e8dd2fb03cd458091f258e316 SHA256: b0a31b1fc8c7773c892e7a89dd303c4ca1da3c9e0e67a7e793588f9f29e1f514 Section: libs Priority: optional Homepage: http://www.boost.org/libs/system/ Description: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Original-Maintainer: Debian Boost Team Package: libboost-test-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-test1.49-dev Filename: ./amd64/libboost-test-dev_1.49.0.1_amd64.deb Size: 2760 MD5sum: 78d5dc4953347124f70616ff6b312f2c SHA1: a74b20ca3c0da4f0401c40eaccc5b7f92fbdb09d SHA256: 65411bae5d8f9d624706b402cdc0ef64439213f0d80b40b9ae37cdcab79a9d87 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/test/ Description: components for writing and executing test suites (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-test-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-test1.49-dev Filename: ./i386/libboost-test-dev_1.49.0.1_i386.deb Size: 2754 MD5sum: 21e8bc45ad8c083bc41c7c4d893757aa SHA1: 08659fa4a025bcc48c5538bc9515815cba60f80e SHA256: dd150b2c5e2c5acb19a55373cd61020c97fcc40acea9a496193964ca591fcb12 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/test/ Description: components for writing and executing test suites (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-test1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 4335 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-test1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-test1.42-dev, libboost-test1.46-dev, libboost-test1.48-dev Filename: ./amd64/libboost-test1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 757342 MD5sum: 274d678d8dbe02af815b7463e8fc6564 SHA1: ebbb558ca88e3e60905ba1ec36bf5abd99c4f2a9 SHA256: 0e5b8870a0848044fa14dddb99c378b2ce52b47f42eb1e9a835d9c738e8b482d Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/test/ Description: components for writing and executing test suites This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-test1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 3245 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-test1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-test1.42-dev, libboost-test1.46-dev, libboost-test1.48-dev Filename: ./i386/libboost-test1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 693810 MD5sum: 51a8fc9fa7a493bae8bb244517e931db SHA1: 6b123b39d45c44600a88ab15938f475dbb1ddd92 SHA256: 208703b731b29a8c508fdffd3cc80acb0385c2aae7e2f77edcd2810f876c91b6 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/test/ Description: components for writing and executing test suites This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-test1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 885 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./amd64/libboost-test1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 288282 MD5sum: ce23d8ca27642626af73d1e232a85215 SHA1: 05cdef0675a588c46b83ff3bdf7de83087610712 SHA256: 1166056f52eff8d5ace0c205e3a1315e025d29c142404d759a8f3b143bc343fe Section: libs Priority: optional Homepage: http://www.boost.org/libs/test/ Description: components for writing and executing test suites This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-test1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 820 Depends: libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./i386/libboost-test1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 273096 MD5sum: a5524759a7d56417ec3d9e1f4e25b417 SHA1: 827d0c0a534144de723035e272b98ef73506a464 SHA256: abc93e647ca0b3a50578333f1689ff073e8dfb3b871957ab111a9d9163d85ade Section: libs Priority: optional Homepage: http://www.boost.org/libs/test/ Description: components for writing and executing test suites This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-thread-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-thread1.49-dev Filename: ./amd64/libboost-thread-dev_1.49.0.1_amd64.deb Size: 2746 MD5sum: b03976c44ab35f31d9cbec79cb3f2773 SHA1: fa493098813cf732c6f2e871abad76f23d36b581 SHA256: 27b68a16580cb674f44fa24728dac7d051be0cb2ff96eb45293b72f5b9e8967d Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/thread/ Description: portable C++ multi-threading (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-thread-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-thread1.49-dev Filename: ./i386/libboost-thread-dev_1.49.0.1_i386.deb Size: 2742 MD5sum: 45acbed4beea3ebbfa5162fc09628310 SHA1: db1f0af9a0ed8446cf0507a9b7e18a58160624c2 SHA256: 782c596f2aecfeabc5953d3b0488e147acc62114a583a2c839ca1593611c2393 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/thread/ Description: portable C++ multi-threading (default version) This package forms 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. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-thread1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 288 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-date-time1.49-dev (= 1.49.0-3.2ubuntu1), libboost-thread1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-thread1.42-dev, libboost-thread1.46-dev, libboost-thread1.48-dev Filename: ./amd64/libboost-thread1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 67492 MD5sum: e027e775425e46f7977b4dacb16726f6 SHA1: 2930dc9464f87f8aec11403a2efbe7e2b6087fe8 SHA256: 1678e1d74f49269036d5169bca4ce1534c489f11d3db7e3df19c379134e153f7 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/thread/ Description: portable C++ multi-threading This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-thread1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 233 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-date-time1.49-dev (= 1.49.0-3.2ubuntu1), libboost-thread1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-thread1.42-dev, libboost-thread1.46-dev, libboost-thread1.48-dev Filename: ./i386/libboost-thread1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 66840 MD5sum: a4c7af7bf3fe8a031145aa8bcab0ab83 SHA1: 09b12bf8c542bc9d3b141f429fefbb8ac0885f86 SHA256: db20b8271f462f023bb828af50be309fc1bf38a916c47c304a722e4ac2244d9c Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/thread/ Description: portable C++ multi-threading This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-thread1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 177 Depends: libc6 (>= 2.3.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./amd64/libboost-thread1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 60728 MD5sum: 5713e9ddfa8024ab812dbf2186555ab7 SHA1: f1442653d2f3ff51c076414227811433aae89f43 SHA256: 7413b16009d391878e6944c593ed3200dd2cd8694920fbf760bba42ee502aba8 Section: libs Priority: optional Homepage: http://www.boost.org/libs/thread/ Description: portable C++ multi-threading This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-thread1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 164 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./i386/libboost-thread1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 61006 MD5sum: ae85cca832b78514c704cc770258e7bc SHA1: 1a03aa2481057f402bf8d94e4e74aa24ffed30c0 SHA256: bf8a27df0607db88e36d5ea9a87143afd029cb17b8d138b96f209473415b9fa2 Section: libs Priority: optional Homepage: http://www.boost.org/libs/thread/ Description: portable C++ multi-threading This package forms 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. Original-Maintainer: Debian Boost Team Package: libboost-timer-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-timer1.49-dev Filename: ./amd64/libboost-timer-dev_1.49.0.1_amd64.deb Size: 2836 MD5sum: b54d50d914841776d9d7e6fb448103ed SHA1: 6a3210144a90729a8a6563587ff000d630444067 SHA256: 427056176864b02fa7188c13bb501bcde761ec43c64067fff2a46ec43076799e Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/timer/ Description: C++ wall clock and CPU process timers (default version) This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-timer-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-timer1.49-dev Filename: ./i386/libboost-timer-dev_1.49.0.1_i386.deb Size: 2836 MD5sum: a0cbfe19685dbb4d124d60ee03f04411 SHA1: 9f13b4ad9f776d9c78b1c96b05a21d72abd3ed75 SHA256: ba540cb45e2ec10102eceda56d0cb05a7abdc5bf025b66f081be7384b55ce510 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/timer/ Description: C++ wall clock and CPU process timers (default version) This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-timer1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 90 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-timer1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-timer1.42-dev, libboost-timer1.46-dev, libboost-timer1.48-dev Filename: ./amd64/libboost-timer1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 36962 MD5sum: ad9d1be45637ecb3ef2d28d9abdf3850 SHA1: b78be9276e42630bc11a8c4a3277f1504baa3ece SHA256: 64dd0baa998673f366a83aac708fbccd8e84aae1ff0f8703ef26d31043770ce7 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/timer/ Description: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Original-Maintainer: Debian Boost Team Package: libboost-timer1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 82 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-timer1.49.0 (= 1.49.0-3.2ubuntu1) Conflicts: libboost-timer1.42-dev, libboost-timer1.46-dev, libboost-timer1.48-dev Filename: ./i386/libboost-timer1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 36218 MD5sum: 69c1e8f6623d98cae5a260ed05e3f4a9 SHA1: 813cfc9d99634bd3b4355bb76950650340caf197 SHA256: 837ec28b4980b6fad036d7d880cccda4d447fb1b497a7739c9d2f669c0b77c35 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/timer/ Description: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Original-Maintainer: Debian Boost Team Package: libboost-timer1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 85 Depends: libboost-chrono1.49.0 (>= 1.49.0-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Filename: ./amd64/libboost-timer1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 36316 MD5sum: 97f8ff01073a40ce5914225932c42e3d SHA1: d6c20b5a35a54db2d5b9a65ec6153f02bed61651 SHA256: 68b52de55dd01d8a42c94f9c48863070a8196f693cbe7f7f664058341e0d475a Section: libs Priority: optional Homepage: http://www.boost.org/libs/timer/ Description: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Original-Maintainer: Debian Boost Team Package: libboost-timer1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 84 Depends: libboost-chrono1.49.0 (>= 1.49.0-1), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Filename: ./i386/libboost-timer1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 36368 MD5sum: 1e36c26a7e61614262357dbd7e0473df SHA1: 5f1ccd59ec5fdf7861f9c486cf3e1c2e253c9695 SHA256: 44be9cbfa48f3989ea501c78ffe249181be8100ad10ba78041099abb4c31ea3f Section: libs Priority: optional Homepage: http://www.boost.org/libs/timer/ Description: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Original-Maintainer: Debian Boost Team Package: libboost-wave-dev Source: boost-defaults Version: 1.49.0.1 Architecture: amd64 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-wave1.49-dev Filename: ./amd64/libboost-wave-dev_1.49.0.1_amd64.deb Size: 2750 MD5sum: 5ff77aad0a6a288beb927432daf58609 SHA1: b111aa3a074d5b2a5cb10b5f9cd5512b7450fd77 SHA256: 2f93a5a67e3d381c5fce4304362b8d45ea048470b287522399dba296b8b905ec Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/wave/ Description: C99/C++ preprocessor library (default version) This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-wave-dev Source: boost-defaults Version: 1.49.0.1 Architecture: i386 Maintainer: Debian Boost Team Installed-Size: 26 Depends: libboost-wave1.49-dev Filename: ./i386/libboost-wave-dev_1.49.0.1_i386.deb Size: 2746 MD5sum: 92dfca78aa2183e24064c8f0d47201ef SHA1: 4313f01c887ddc0968ca52e11fb7e739b234f3ea SHA256: 9aa63336a9ce5f547cfa118f70bf6a8d3d21aeb92d166b0121ed3bd01ff6fcaf Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/wave/ Description: C99/C++ preprocessor library (default version) This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Package: libboost-wave1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 5153 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-serialization1.49-dev (= 1.49.0-3.2ubuntu1), libboost-wave1.49.0 (= 1.49.0-3.2ubuntu1), libboost-filesystem1.49-dev (= 1.49.0-3.2ubuntu1) Conflicts: libboost-wave1.42-dev, libboost-wave1.46-dev, libboost-wave1.48-dev Filename: ./amd64/libboost-wave1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 591812 MD5sum: a543b5b16796e75cb5523a5ba67296c3 SHA1: aec7de4123a5e2776b8fbb46e5dfafa2d8797b37 SHA256: 603143db3bfbe66f29d4569b9a211326b519e1731c33a56b8c75e4f3fff9985d Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/wave/ Description: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Original-Maintainer: Debian Boost Team Package: libboost-wave1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 4562 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1), libboost-serialization1.49-dev (= 1.49.0-3.2ubuntu1), libboost-wave1.49.0 (= 1.49.0-3.2ubuntu1), libboost-filesystem1.49-dev (= 1.49.0-3.2ubuntu1) Conflicts: libboost-wave1.42-dev, libboost-wave1.46-dev, libboost-wave1.48-dev Filename: ./i386/libboost-wave1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 570474 MD5sum: 1265585caa163726cb5bf3099fdc4959 SHA1: a37c4c3f3246d35ad5de05eecca709fe4cd85de5 SHA256: a2da52ec1f15aa0fb76886d2de45ace7d9c34d25cbbdafd8f4b0f2e48932c637 Section: libdevel Priority: optional Homepage: http://www.boost.org/libs/wave/ Description: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Original-Maintainer: Debian Boost Team Package: libboost-wave1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 1688 Depends: libboost-thread1.49.0 (>= 1.49.0-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./amd64/libboost-wave1.49.0_1.49.0-3.2ubuntu1_amd64.deb Size: 300520 MD5sum: dc371f934e591ae33f3a9e559497c392 SHA1: 8e13c214249d6a4fd5c40e4d1eba7cb59ec146b5 SHA256: edca6c2aeae60bb57d598ff5bcd513f5910f746d0fa8aa6b684761c2dc135915 Section: libs Priority: optional Homepage: http://www.boost.org/libs/wave/ Description: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Original-Maintainer: Debian Boost Team Package: libboost-wave1.49.0 Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1640 Depends: libboost-thread1.49.0 (>= 1.49.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: ./i386/libboost-wave1.49.0_1.49.0-3.2ubuntu1_i386.deb Size: 307408 MD5sum: 02c63fc091eca4afa66e506bae100e58 SHA1: 16cc8824a7573ad2f0b9041ab64ceffa097d5f26 SHA256: 85ca80e30e08333b26ece7f47117a5f0def8ac05f2d84eb87b67f714eb51571b Section: libs Priority: optional Homepage: http://www.boost.org/libs/wave/ Description: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Original-Maintainer: Debian Boost Team Package: libboost1.49-dbg Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 114472 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1) Conflicts: libboost1.42-dbg, libboost1.46-dbg, libboost1.48-dbg Filename: ./amd64/libboost1.49-dbg_1.49.0-3.2ubuntu1_amd64.deb Size: 27272772 MD5sum: 2a7d191bc663897fd695d5d0315e3bd4 SHA1: 12b7469380bb55d1678859d38a8cf116c438ada3 SHA256: 946f61f7aae0a7ded9d1f9d7aa6ce2a215aa30c864029e939dd1037e1efe1d33 Section: debug Priority: extra Homepage: http://www.boost.org/ Description: Boost C++ Libraries with debug symbols This package forms part of the Boost C++ Libraries collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. These must be used also at build/link time. Original-Maintainer: Debian Boost Team Package: libboost1.49-dbg Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 88126 Depends: libboost1.49-dev (= 1.49.0-3.2ubuntu1) Conflicts: libboost1.42-dbg, libboost1.46-dbg, libboost1.48-dbg Filename: ./i386/libboost1.49-dbg_1.49.0-3.2ubuntu1_i386.deb Size: 24912006 MD5sum: 6c8675064326b5171c8cf844cdb76222 SHA1: 61f9caf32753ac4dba1dba7ea5801431898ce522 SHA256: e6d79b546062ee1feb8381949943b10745d645bf69abb4364fc043dfce070b1e Section: debug Priority: extra Homepage: http://www.boost.org/ Description: Boost C++ Libraries with debug symbols This package forms part of the Boost C++ Libraries collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. These must be used also at build/link time. Original-Maintainer: Debian Boost Team Package: libboost1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 90498 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libstdc++6-4.4-dev | libstdc++-dev Suggests: libboost1.49-doc, libboost-chrono1.49-dev, libboost-date-time1.49-dev, libboost-filesystem1.49-dev, libboost-graph-parallel1.49-dev, libboost-graph1.49-dev, libboost-iostreams1.49-dev, libboost-locale1.49-dev, libboost-math1.49-dev, libboost-mpi1.49-dev, libboost-program-options1.49-dev, libboost-python1.49-dev, libboost-random1.49-dev, libboost-regex1.49-dev, libboost-serialization1.49-dev, libboost-signals1.49-dev, libboost-system1.49-dev, libboost-test1.49-dev, libboost-thread1.49-dev, libboost-timer1.49-dev, libboost-wave1.49-dev, xsltproc, doxygen, docbook-xml (>= 4.2), docbook-xsl (>= 1.73.2), default-jdk (>= 1.4), fop (>= 0.94) Conflicts: bjam, boost-build, libboost1.42-dev, libboost1.46-dev, libboost1.48-dev Replaces: bjam, boost-build Filename: ./amd64/libboost1.49-dev_1.49.0-3.2ubuntu1_amd64.deb Size: 9169254 MD5sum: caabdf8d4fe61715e256526a96c57c7d SHA1: 9198d1334ba1a7b823671ecab0c7ac09c894d5ec SHA256: 37a9bf9cd191362564026af93457296550f140ae67be0fb8247eaf01076a4e29 Section: libdevel Priority: optional Homepage: http://www.boost.org/ Description: Boost C++ Libraries development files The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers and the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. . For the following subprojects separate packages exist: chrono, date-time, filesystem, graph, iostreams, locale, math, mpi, program_options, python, regex, serialization, signals, system, test, thread, timer, and wave. Original-Maintainer: Debian Boost Team Package: libboost1.49-dev Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 90448 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libstdc++6-4.4-dev | libstdc++-dev Suggests: libboost1.49-doc, libboost-chrono1.49-dev, libboost-date-time1.49-dev, libboost-filesystem1.49-dev, libboost-graph-parallel1.49-dev, libboost-graph1.49-dev, libboost-iostreams1.49-dev, libboost-locale1.49-dev, libboost-math1.49-dev, libboost-mpi1.49-dev, libboost-program-options1.49-dev, libboost-python1.49-dev, libboost-random1.49-dev, libboost-regex1.49-dev, libboost-serialization1.49-dev, libboost-signals1.49-dev, libboost-system1.49-dev, libboost-test1.49-dev, libboost-thread1.49-dev, libboost-timer1.49-dev, libboost-wave1.49-dev, xsltproc, doxygen, docbook-xml (>= 4.2), docbook-xsl (>= 1.73.2), default-jdk (>= 1.4), fop (>= 0.94) Conflicts: bjam, boost-build, libboost1.42-dev, libboost1.46-dev, libboost1.48-dev Replaces: bjam, boost-build Filename: ./i386/libboost1.49-dev_1.49.0-3.2ubuntu1_i386.deb Size: 9219198 MD5sum: 1e548864272256f21482ba69e91ccecc SHA1: e6a3ffe2eb2b85870427da2ce5546d6d25e2ca8c SHA256: 65fb8f11ed8cb1d11f5bcf37d8166f9949e57ec9306fcc227189ddd17734946d Section: libdevel Priority: optional Homepage: http://www.boost.org/ Description: Boost C++ Libraries development files The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers and the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. . For the following subprojects separate packages exist: chrono, date-time, filesystem, graph, iostreams, locale, math, mpi, program_options, python, regex, serialization, signals, system, test, thread, timer, and wave. Original-Maintainer: Debian Boost Team Package: libboost1.49-doc Source: boost1.49 Version: 1.49.0-3.2ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 190810 Suggests: libboost1.49-dev (>= 1.49.0-3.2ubuntu1) Conflicts: libboost1.42-doc, libboost1.46-doc, libboost1.48-doc Filename: ./all/libboost1.49-doc_1.49.0-3.2ubuntu1_all.deb Size: 41122680 MD5sum: 502ff89f6602aec2a174ef46ce5a4e2a SHA1: 99ff31bb20fb841170dd09ffe0eb6a1167641673 SHA256: a358346ff953bd82b49408ab5167c44bde545c3efde4dba07aad8eea6101f945 Section: doc Priority: optional Homepage: http://www.boost.org/libs/ Description: Boost.org libraries documentation The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This is documentation for the boost libraries in HTML format. Some pages point to header files provided in the corresponding -dev package, so it is suggested to install the latter as well. Original-Maintainer: Debian Boost Team Package: libgconfmm-2.6-1c2 Source: gconfmm2.6 Version: 2.28.3-0ubuntu1 Architecture: amd64 Maintainer: Deng Xiyue Installed-Size: 112 Depends: gconf-service, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgconf-2-4 (>= 2.31.1), libglib2.0-0 (>= 2.16.0), libglibmm-2.4-1c2a (>= 2.33.13), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.1.1) Conflicts: libgconfmm-2.6-1 Replaces: libgconfmm-2.6-1 Filename: ./amd64/libgconfmm-2.6-1c2_2.28.3-0ubuntu1_amd64.deb Size: 35312 MD5sum: 7a2359f9e9010c73c0f4184540449d4b SHA1: 680b09107f8e699a777e07903c5aeef8d6283f69 SHA256: 6dd8895e007ee841d3bc770f2844c402d0575baff4b2522d1c8ab56d1b7f551a Section: libs Priority: optional Homepage: http://www.gtkmm.org/ Description: C++ wrappers for GConf (shared library) GConf is a system for storing application preferences. gconfmm is the C++ wrapper for GConf. . This package contains shared libraries. Package: libgconfmm-2.6-1c2 Source: gconfmm2.6 Version: 2.28.3-0ubuntu1 Architecture: i386 Maintainer: Deng Xiyue Installed-Size: 110 Depends: gconf-service, libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libgconf-2-4 (>= 2.31.1), libglib2.0-0 (>= 2.16.0), libglibmm-2.4-1c2a (>= 2.33.13), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.1.1) Conflicts: libgconfmm-2.6-1 Replaces: libgconfmm-2.6-1 Filename: ./i386/libgconfmm-2.6-1c2_2.28.3-0ubuntu1_i386.deb Size: 36502 MD5sum: c92fe4187fa153c5c2c92f41fad00861 SHA1: 74b08bb9a8977fcaeeb69e59e0585700f4b84e5e SHA256: 94a90a9a18ff812f79f5b2cc84fe685bd83bf56691d98c911569bb13a36fb8f7 Section: libs Priority: optional Homepage: http://www.gtkmm.org/ Description: C++ wrappers for GConf (shared library) GConf is a system for storing application preferences. gconfmm is the C++ wrapper for GConf. . This package contains shared libraries. Package: libgconfmm-2.6-dev Source: gconfmm2.6 Version: 2.28.3-0ubuntu1 Architecture: amd64 Maintainer: Deng Xiyue Installed-Size: 237 Depends: libgconfmm-2.6-1c2 (= 2.28.3-0ubuntu1), libgconf2-dev (>= 2.4.0), libglibmm-2.4-dev (>= 2.6.4), libgtkmm-2.4-dev (>= 2.4.0) Suggests: libgconfmm-2.6-doc Filename: ./amd64/libgconfmm-2.6-dev_2.28.3-0ubuntu1_amd64.deb Size: 49310 MD5sum: 40c6699fe0de8d8fbe6020d62c653e6e SHA1: 94f8316ed76eeab7e73f93947300df87d71ba2e7 SHA256: f5b900110381a137343c9e5fe03222de153cd601b040ce5bf47f878dc9b9f359 Section: libdevel Priority: optional Homepage: http://www.gtkmm.org/ Description: C++ wrappers for GConf (development files) GConf is a system for storing application preferences. gconfmm is the C++ wrapper for GConf. . This package contains development files and examples. Package: libgconfmm-2.6-dev Source: gconfmm2.6 Version: 2.28.3-0ubuntu1 Architecture: i386 Maintainer: Deng Xiyue Installed-Size: 214 Depends: libgconfmm-2.6-1c2 (= 2.28.3-0ubuntu1), libgconf2-dev (>= 2.4.0), libglibmm-2.4-dev (>= 2.6.4), libgtkmm-2.4-dev (>= 2.4.0) Suggests: libgconfmm-2.6-doc Filename: ./i386/libgconfmm-2.6-dev_2.28.3-0ubuntu1_i386.deb Size: 48070 MD5sum: 3e33b0bd4bdeb2d41047dea3a7a73aa3 SHA1: a75ea9ed9e52850480b9e32ebf7c06bee012f436 SHA256: 3a4bda777bfda43bdef88210026ba0c753d3dc8b0f0f83e374319480c827a486 Section: libdevel Priority: optional Homepage: http://www.gtkmm.org/ Description: C++ wrappers for GConf (development files) GConf is a system for storing application preferences. gconfmm is the C++ wrapper for GConf. . This package contains development files and examples. Package: libgconfmm-2.6-doc Source: gconfmm2.6 Version: 2.28.3-0ubuntu1 Architecture: all Maintainer: Deng Xiyue Installed-Size: 753 Depends: doc-base, lynx | www-browser Suggests: libgtkmm-2.4-doc Conflicts: libgconfmm-2.6-dev (<< 2.20.0-1) Replaces: libgconfmm-2.6-dev (<< 2.20.0-1) Filename: ./all/libgconfmm-2.6-doc_2.28.3-0ubuntu1_all.deb Size: 197862 MD5sum: cb49aa403ba06314017ae6f64409e60d SHA1: a325367a9181655eff78204b8ddad7ed469de93c SHA256: 1531e5888a890b199258a13961d6c93da5bdd339bf0a5fe584a19dc1f53e7606 Section: doc Priority: optional Homepage: http://www.gtkmm.org/ Description: C++ wrappers for GConf (documentation) GConf is a system for storing application preferences. gconfmm is the C++ wrapper for GConf. . This package contains development reference documentation and examples.