mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
6b036f4545
* [simdjson] Update to 2.0.0 * [simdjson] Bump version * [simdjson] Update to 2.2.0 * [simdjson] Overwrite version * [simdjson] Remove version 2.0.0
34 lines
697 B
JSON
34 lines
697 B
JSON
{
|
|
"name": "simdjson",
|
|
"version-semver": "2.2.0",
|
|
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
|
|
"homepage": "https://simdjson.org/",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"deprecated",
|
|
"exceptions",
|
|
"threads"
|
|
],
|
|
"features": {
|
|
"deprecated": {
|
|
"description": "Enable deprecated APIs"
|
|
},
|
|
"exceptions": {
|
|
"description": "Enable exception-throwing interface"
|
|
},
|
|
"threads": {
|
|
"description": "Link with thread support"
|
|
}
|
|
}
|
|
}
|