diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-07-05 11:10:55 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-07-05 11:10:55 +0000 |
commit | 347d16c7106fd7ace0c10becc00771b46b4c11df (patch) | |
tree | 6d00b65a2f5080c4ec0cc1cffe6b1c3e991dfccb /devel/abseil/pkg-descr | |
parent | a01c9b05b970092199ca07682681040d6abfb61e (diff) |
Notes
Diffstat (limited to 'devel/abseil/pkg-descr')
-rw-r--r-- | devel/abseil/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/abseil/pkg-descr b/devel/abseil/pkg-descr new file mode 100644 index 000000000000..6a2909ffd8e2 --- /dev/null +++ b/devel/abseil/pkg-descr @@ -0,0 +1,10 @@ +Abseil is an open source collection of C++ libraries drawn from the +most fundamental pieces of Google's internal codebase. These libraries +are the nuts-and-bolts that underpin almost everything Google runs. +Bits and pieces of these APIs are embedded in most of our open source +projects, and Abseil aims to bring them together into one comprehensive +project. Absei encompasses the most basic building blocks of Google's +codebase: code that is production-tested and will be fully maintained +for years to come. + +WWW: https://abseil.io/ |