mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 08:29:00 +08:00
28d6249542
* [tsl-robin-map] Rename robin-map to tsl-robin-map * format-manifest * Let robin-map be an empty port * x-add-version * Add empty line * Add PACKAGE_NAME tsl-robin-map * Add missing port
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"name": "robin-map",
|
|
"version-semver": "1.0.1",
|
|
"port-version": 1,
|
|
"description": "A C++ implementation of a fast hash map and hash set using robin hood hashing",
|
|
"homepage": "https://github.com/Tessil/robin-map",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|