Description
libboost-regex1.55-dev - regular expression library for C++
Property | Value |
---|---|
Distribution | Debian 8 (Jessie) |
Repository | Debian Main i386 |
Package name | libboost-regex1.55-dev |
Package version | 1.55.0+dfsg |
Package release | 3 |
Package architecture | i386 |
Package type | deb |
Installed size | 2.38 KB |
Download size | 344.53 KB |
Official Mirror | ftp.br.debian.org |
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.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
libboost-regex1.55-dev_1.55.0+dfsg-3_amd64.deb | 1.55.0+dfsg | amd64 | Debian Main |
libboost-regex1.55-dev | - | - | - |
Requires
Name | Value |
---|---|
libboost-regex1.55.0 | = 1.55.0+dfsg-3 |
libboost1.55-dev | = 1.55.0+dfsg-3 |
libicu-dev | - |
Conflicts
Download
Type | URL |
---|---|
Binary Package | libboost-regex1.55-dev_1.55.0+dfsg-3_i386.deb |
Source Package | boost1.55 |
Install Howto
- Update the package index:
# sudo apt-get update
- Install libboost-regex1.55-dev deb package:
# sudo apt-get install libboost-regex1.55-dev
Files
Path |
---|
/usr/lib/i386-linux-gnu/libboost_regex.a |
/usr/lib/i386-linux-gnu/libboost_regex.so |
/usr/share/doc/libboost-regex1.55-dev/changelog.Debian.gz |
/usr/share/doc/libboost-regex1.55-dev/copyright |
Changelog
2014-09-18 - Steve M. Robbins <smr@debian.org> boost1.55 (1.55.0+dfsg-3) unstable; urgency=medium * patches/boost-1.55-128bit_int_support.patch: New. Patch fixing build where 128-bit integer not supported, cherry-picked from upstream. Closes: #758892. * patches/ppc64el-fp_traits-ibm-long-double.patch: New. Patch removing fp_traits_non_native for long double on powerPC, which is apparently broken. Closes: #761926. * control.in, control: Update vcs URLs.
2014-06-10 - Dimitri John Ledkov <xnox@ubuntu.com> boost1.55 (1.55.0+dfsg-2) unstable; urgency=medium * Disable pch on arm64, to avoid FTBFS. (Closes: #750956) * Speed up qemu-static builds a little, by not working perl many times when computing version strings to use.
2014-05-11 - Dimitri John Ledkov <xnox@ubuntu.com> boost1.55 (1.55.0+dfsg-1) unstable; urgency=medium * Convert debian/copyright to copyright-format 1.0. * Use Uscan extension https://wiki.debian.org/UscanEnhancements to declare excluded file (W3C validation icon) * Use uscan to download current version of boost, and thus auto-repackage with above non-dfsg file removed. Or e.g. --svn-download-orig option to svn-buildpackage. * Adjust version parsing in the debian/rules to keep the same versioning information.
2014-05-02 - Dimitri John Ledkov <xnox@ubuntu.com> boost1.55 (1.55.0-2) unstable; urgency=medium * In libboost-python1.55-dev drop gccxml to Suggests as it's not available on all architectures, is based upon old gcc, and not at all required to compile boost-python based projects. * Mark libboost1.55-dev & libboost-coroutine1.55-dev as Multi-Arch same. * Automate more of building boost without mpi, or just mpi portions.
2014-01-04 - Steve M. Robbins <smr@debian.org> boost1.55 (1.55.0-1) unstable; urgency=low [ Steve M. Robbins ] * New upstream. - control.in, control: regenerated using update-control.py. Set Standards-Version to 3.9.5. * Remove patches applied upstream: - 001-coroutine.patch - 002-date-time.patch - boost-1.44-py3.1.patch - boost-1.54.0-thread-link_atomic.patch - 85160.patch - eglibc-long-long.patch * patches/endian.patch: Remove. Upstream changed endian detection. * patches/boost-1.55.0-001-log_fix_dump_avx2.patch: New. Upstream patch to fix incorrect output of the dump manipulator, when used on AVX2-enabled CPU (e.g. Intel Haswell). * rules: Suppress warnings about unused local typedefs (-Wno-unused-local-typedefs) because they are massively generated by Boost Concept Check Library. [ Dimitri John Ledkov ] * Refresh patches/ELFv2-libboost1.54-dev-context-asm.patch * Refresh patches/boost-python-examples.patch: Hopefully does not reopen: #452410. * Enable context library on ppc64, ppc64el.
2013-12-18 - Dimitri John Ledkov <xnox@ubuntu.com> boost1.54 (1.54.0-5) UNRELEASED; urgency=low [ William Grant ] * debian/patches/eglibc-long-long.patch: Fix build with eglibc 2.18. * debian/rules: Treat ppc64el like ppc64.
See Also
Package | Description |
---|---|
libboost-regex1.55.0_1.55.0+dfsg-3_i386.deb | regular expression library for C++ |
libboost-serialization-dev_1.55.0.2_i386.deb | serialization library for C++ (default version) |
libboost-serialization1.55-dev_1.55.0+dfsg-3_i386.deb | serialization library for C++ |
libboost-serialization1.55.0_1.55.0+dfsg-3_i386.deb | serialization library for C++ |
libboost-signals-dev_1.55.0.2_i386.deb | managed signals and slots library for C++ (default version) |
libboost-signals1.55-dev_1.55.0+dfsg-3_i386.deb | managed signals and slots library for C++ |
libboost-signals1.55.0_1.55.0+dfsg-3_i386.deb | managed signals and slots library for C++ |
libboost-system-dev_1.55.0.2_i386.deb | Operating system (e.g. diagnostics support) library (default version) |
libboost-system1.55-dev_1.55.0+dfsg-3_i386.deb | Operating system (e.g. diagnostics support) library |
libboost-system1.55.0_1.55.0+dfsg-3_i386.deb | Operating system (e.g. diagnostics support) library |
libboost-test-dev_1.55.0.2_i386.deb | components for writing and executing test suites (default version) |
libboost-test1.55-dev_1.55.0+dfsg-3_i386.deb | components for writing and executing test suites |
libboost-test1.55.0_1.55.0+dfsg-3_i386.deb | components for writing and executing test suites |
libboost-thread-dev_1.55.0.2_i386.deb | portable C++ multi-threading (default version) |
libboost-thread1.55-dev_1.55.0+dfsg-3_i386.deb | portable C++ multi-threading |
Advertisement
Advertisement