mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:38:59 +08:00
11 lines
510 B
JSON
11 lines
510 B
JSON
{
|
|
"name": "eastl",
|
|
"version-string": "3.17.03",
|
|
"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"
|
|
]
|
|
}
|