2024-03-06 05:22:02 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
2024-03-12 19:26:56 +00:00
|
|
|
"name": "sudachi",
|
2024-06-29 17:21:59 +00:00
|
|
|
"builtin-baseline": "1cdb5e0b24c303b41fcac0dce00baf21881f6da2",
|
2024-03-06 05:22:02 +00:00
|
|
|
"version": "1.0",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-algorithm",
|
|
|
|
"boost-asio",
|
|
|
|
"boost-bind",
|
|
|
|
"boost-config",
|
|
|
|
"boost-container",
|
|
|
|
"boost-context",
|
|
|
|
"boost-crc",
|
|
|
|
"boost-functional",
|
|
|
|
"boost-heap",
|
|
|
|
"boost-icl",
|
|
|
|
"boost-intrusive",
|
|
|
|
"boost-mpl",
|
|
|
|
"boost-process",
|
|
|
|
"boost-range",
|
|
|
|
"boost-spirit",
|
|
|
|
"boost-test",
|
|
|
|
"boost-timer",
|
|
|
|
"boost-variant",
|
|
|
|
"fmt",
|
|
|
|
"lz4",
|
|
|
|
"nlohmann-json",
|
|
|
|
"zlib",
|
|
|
|
"zstd"
|
|
|
|
],
|
|
|
|
"features": {
|
2024-03-12 19:26:56 +00:00
|
|
|
"sudachi-tests": {
|
2024-03-06 05:22:02 +00:00
|
|
|
"description": "Compile tests",
|
2024-03-12 19:26:56 +00:00
|
|
|
"dependencies": [
|
|
|
|
"catch2"
|
|
|
|
]
|
2024-03-06 05:22:02 +00:00
|
|
|
},
|
|
|
|
"web-service": {
|
|
|
|
"description": "Enable web services (telemetry, etc.)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "openssl",
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"description": "Enable Android dependencies",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "oboe",
|
|
|
|
"platform": "android"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"name": "catch2",
|
|
|
|
"version": "3.3.1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "fmt",
|
|
|
|
"version": "10.1.1"
|
|
|
|
}
|
|
|
|
]
|
2024-03-12 19:26:56 +00:00
|
|
|
}
|