vcpkg/ports/simdjson/vcpkg.json

19 lines
381 B
JSON
Raw Normal View History

{
"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
}
]
}