mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:59:02 +08:00
91b94223a4
* [eastl] Update port commit ref * update version * Bump port-version and fix version database. * Actually fix version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
639 B
JSON
19 lines
639 B
JSON
{
|
|
"name": "eastl",
|
|
"version-string": "3.18.00",
|
|
"port-version": 1,
|
|
"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",
|
|
"dependencies": [
|
|
"eabase",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|