diff options
Diffstat (limited to 'vcpkg/ports/hashids/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/hashids/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/hashids/vcpkg.json b/vcpkg/ports/hashids/vcpkg.json new file mode 100644 index 0000000..2b97a2f --- /dev/null +++ b/vcpkg/ports/hashids/vcpkg.json @@ -0,0 +1,13 @@ +{ + "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" + } + ] +} |