2021-09-15 06:02:27 +08:00
|
|
|
{
|
|
|
|
"name": "rsm-bsa",
|
2023-08-31 05:02:36 +08:00
|
|
|
"version-semver": "4.1.0",
|
2024-11-04 09:18:35 +08:00
|
|
|
"port-version": 1,
|
2021-09-15 06:02:27 +08:00
|
|
|
"description": "A C++ library for working with the Bethesda archive file format",
|
|
|
|
"homepage": "https://github.com/Ryan-rsm-McKenzie/bsa",
|
|
|
|
"documentation": "https://ryan-rsm-mckenzie.github.io/bsa/",
|
2022-02-19 06:56:26 +08:00
|
|
|
"license": "MIT",
|
2021-09-15 06:02:27 +08:00
|
|
|
"supports": "!x86 & !osx & !uwp",
|
|
|
|
"dependencies": [
|
2023-08-31 05:02:36 +08:00
|
|
|
"directxtex",
|
2021-09-15 06:02:27 +08:00
|
|
|
"lz4",
|
2021-11-09 13:06:25 +08:00
|
|
|
"rsm-binary-io",
|
|
|
|
"rsm-mmio",
|
2021-09-15 06:02:27 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
"zlib"
|
2021-11-09 13:06:25 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"xmem": {
|
|
|
|
"description": "Compression support for the xmem codec",
|
2022-01-25 04:40:10 +08:00
|
|
|
"supports": "windows",
|
2021-11-09 13:06:25 +08:00
|
|
|
"dependencies": [
|
|
|
|
"reproc"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-15 06:02:27 +08:00
|
|
|
}
|