mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:59:00 +08:00
2a61223ac0
* [simdjson] Update to 0.9.2 * [simdjson] Bump version * [simdjson] Modernize * [simdjson] Overwrite version * [simdjson] Modernize * [simdjson] Overwrite version * [simdjson] I don't intend to change this line
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"name": "simdjson",
|
|
"version": "0.9.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|