mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:29:00 +08:00
4f597750e8
Co-authored-by: Monica <v-liumonica@microsoft.com>
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"name": "hashids",
|
|
"version": "1.2.2",
|
|
"description": "generate short unique ids from integers",
|
|
"homepage": "https://hashids.org/c/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "getopt",
|
|
"platform": "windows & !mingw"
|
|
}
|
|
]
|
|
}
|