vcpkg/ports/eastl/vcpkg.json
2021-08-30 18:21:30 -07:00

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"
]
}