vcpkg/ports/hash-library/vcpkg.json
chausner 7891c9d910
[hash-library] Add new port (#24383)
* Add hash-library 8

* Update CI baseline

* Add patch for macOS

* Update CI baseline

* Allow shared builds on Linux/macOS

* Update CI baseline

* Address code review feedback

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:22:27 -07:00

18 lines
335 B
JSON

{
"name": "hash-library",
"version": "8",
"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
}
]
}