软件包:libboost-regex1.67-dev(1.67.0-13+deb10u1)
libboost-regex1.67-dev 的相关链接
Debian 的资源:
下载源码包 boost1.67:
- [boost1.67_1.67.0-13+deb10u1.dsc]
- [boost1.67_1.67.0.orig.tar.gz]
- [boost1.67_1.67.0-13+deb10u1.debian.tar.xz]
维护小组:
- Debian Boost Team (QA 页面)
- Steve M. Robbins (QA 页面)
- Giovanni Mascellani (QA 页面)
- Dimitri John Ledkov (QA 页面)
- Anton Gladky (QA 页面)
外部的资源:
- 主页 [www.boost.org]
相似软件包:
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.
其他与 libboost-regex1.67-dev 有关的软件包
|
|
|
|
-
- dep: libboost-regex1.67.0 (= 1.67.0-13+deb10u1)
- regular expression library for C++
-
- dep: libboost1.67-dev (= 1.67.0-13+deb10u1)
- Boost C++ Libraries development files
-
- dep: libicu-dev
- Development files for International Components for Unicode