软件包:libabsl-dev(20240722.0-1) [debports]
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
extensions to the C++ standard library (development files)
Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's C++ codebase and has been extensively tested and used in production. In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs.
This package contains header files and other data necessary for developing with Abseil.
其他与 libabsl-dev 有关的软件包
|
|
|
|
-
- dep: libabsl20240722 (= 20240722.0-1)
- extensions to the C++ standard library
-
- rec: g++ (>= 7.5.0)
- GNU C++ 编译器
-
- rec: libgmock-dev (>= 1.12)
- Google's framework for writing C++ tests