early-access version 2853
This commit is contained in:
33
externals/vcpkg/ports/simdjson/vcpkg.json
vendored
Executable file
33
externals/vcpkg/ports/simdjson/vcpkg.json
vendored
Executable file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "simdjson",
|
||||
"version-semver": "1.1.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user