aboutsummaryrefslogtreecommitdiff
path: root/ports/eastl/vcpkg.json
blob: 9fd13a0c858b0bfdc08bb352f26b137be7d2c49b (plain)
1
2
3
4
5
6
7
8
9
10
{
  "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"
  ]
}