mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
0707a17ecf
* Restore upstream's DLL name * Don't add debug postfix * Decouple wrapper from config * Don't inject Find module stuff into config * Cleanup * [skip actions] Trim lzmad and LibLZMA patching * [skip actions] Fix CMAKE_DISABLE_FIND_PACKAGE_LibLZMA * [skip actions] CI * Update manifests * Update versions * Backfill LibLZMA::LibLZMA to CMake < 3.14 * Update versions * Update versions
20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"name": "libwandio",
|
|
"version": "4.2.1",
|
|
"port-version": 6,
|
|
"description": "C library for simple and efficient file IO.",
|
|
"homepage": "https://github.com/wanduow/wandio",
|
|
"license": "LGPL-3.0-only",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"curl",
|
|
"liblzma",
|
|
"lz4",
|
|
"lzo",
|
|
"pthread",
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|