mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:19:07 +08:00
4b155dfc75
* [hash-library] Install config file * version * move config file * version
19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"name": "hash-library",
|
|
"version": "8",
|
|
"port-version": 2,
|
|
"description": "Portable C++ hashing library",
|
|
"homepage": "https://create.stephan-brumme.com/hash-library/",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|