mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 10:19:01 +08:00
b7147872b2
* [simdjson] Update to 0.8.1 * Update versions * Update to 0.8.2 * Update versions * Format vcpkg.json * Update versions * Update versions/s-/simdjson.json
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "simdjson",
|
|
"version": "0.9.2",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|