vcpkg/ports/eastl/vcpkg.json

11 lines
510 B
JSON
Raw Normal View History

2021-08-31 09:21:30 +08:00
{
"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"
]
}