aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/eastl/vcpkg.json
blob: 2ca0a4a87f4a2acb7d5c2ee5dc6c4ccbdd323173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "eastl",
  "version": "3.21.23",
  "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",
  "dependencies": [
    "eabase",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}