aboutsummaryrefslogtreecommitdiff
path: root/third_party/abseil/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/abseil/README.chromium')
-rw-r--r--third_party/abseil/README.chromium13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/abseil/README.chromium b/third_party/abseil/README.chromium
new file mode 100644
index 00000000..fb55ac0f
--- /dev/null
+++ b/third_party/abseil/README.chromium
@@ -0,0 +1,13 @@
+Name: Abseil
+Short Name: absl
+URL: https://github.com/abseil/abseil-cpp
+License: Apache 2.0
+License File: src/LICENSE
+Version: 0
+Security Critical: yes
+
+Description:
+This directory contains the source code of Abseil for C++. Open Screen primarily
+uses this library to essentially backport C++17 and C++20 features. The set of
+files included from Abseil has been selected judiciously, and care should be
+taken when adding dependencies on new Abseil files.