mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:13:10 +08:00
44a4a76bc5
* libcsv port * libcsv versioning * libcsv linkage fix * Update version database * [hashids] Add new port * [hashids] Update version database Co-authored-by: Emanuele Zavallone <emanuele.zavallone@next-informatica.com>
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|