vcpkg/ports/eastl/vcpkg.json

19 lines
640 B
JSON
Raw Normal View History

2021-08-31 09:21:30 +08:00
{
"name": "eastl",
2023-10-03 11:28:06 +08:00
"version": "3.21.12",
2021-08-31 09:21:30 +08:00
"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",
2021-08-31 09:21:30 +08:00
"dependencies": [
"eabase",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
2021-08-31 09:21:30 +08:00
]
}