DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibboost-regex1.42.0
Beschreibungregular expression library for C++
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.42.0-4
Sektionlibs
Prioritätoptional
Installierte Größe1072 Byte
Hängt ab vonlibc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libicu44 (>= 4.4.1-1), libstdc++6 (>= 4.4.0)
Empfohlene Pakete
PaketbetreuerDebian Boost Team
Quelleboost1.42
Paketgröße416992 Byte
Prüfsumme MD52753792ab0bba363e438a12cfcde2378
Prüfsumme SHA16dd07ea1789843e08f7233e536a98341ddc1f47b
Prüfsumme SHA2562be57ca7bac0d1ba4248eb9af5bdb8d357419d911c6082670157bf9e4163007b
Link zum Herunterladenlibboost-regex1.42.0_1.42.0-4_i386.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds