1Name: Abseil 2Short Name: absl 3URL: https://github.com/abseil/abseil-cpp 4License: Apache 2.0 5License File: src/LICENSE 6Version: 0 7Security Critical: yes 8 9Description: 10This directory contains the source code of Abseil for C++. Open Screen primarily 11uses this library to essentially backport C++17 and C++20 features. The set of 12files included from Abseil has been selected judiciously, and care should be 13taken when adding dependencies on new Abseil files. 14