vcpkg/ports/hashids/vcpkg.json

14 lines
264 B
JSON
Raw Normal View History

{
"name": "hashids",
"version": "1.2.1",
"description": "generate short unique ids from integers",
"homepage": "https://hashids.org/c/",
"license": "MIT",
"dependencies": [
{
"name": "getopt",
"platform": "windows & !mingw"
}
]
}