vcpkg/ports/casclib/vcpkg.json
2024-06-07 02:52:01 -07:00

18 lines
398 B
JSON

{
"name": "casclib",
"version-date": "2024-06-05",
"description": "An open-source implementation of library for reading CASC storage from Blizzard games since 2014",
"homepage": "http://www.zezula.net/en/casc/casclib.html",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}