mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:09:01 +08:00
dd4c769a89
* [eastl] Fix error C2338 * update patch * Add license Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
20 lines
668 B
JSON
20 lines
668 B
JSON
{
|
|
"name": "eastl",
|
|
"version-string": "3.18.00",
|
|
"port-version": 2,
|
|
"description": "Electronic Arts Standard Template Library. It is a C++ template library of containers, algorithms, and iterators useful for runtime and tool development across multiple platforms. It is a fairly extensive and robust implementation of such a library and has an emphasis on high performance above all other considerations.",
|
|
"homepage": "https://github.com/electronicarts/EASTL",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"eabase",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|