mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
[simdjson] Fix typo in description (#37428)
This commit is contained in:
parent
dadde41bfe
commit
7dce6b1655
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "simdjson",
|
||||
"version": "3.6.2",
|
||||
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
|
||||
"port-version": 1,
|
||||
"description": "An extremely fast JSON library that can parse gigabytes of JSON per second",
|
||||
"homepage": "https://simdjson.org/",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": [
|
||||
@ -31,7 +32,7 @@
|
||||
"description": "Link with thread support"
|
||||
},
|
||||
"utf8-validation": {
|
||||
"description": "Enable UTF8 validation"
|
||||
"description": "Enable UTF-8 validation"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8058,7 +8058,7 @@
|
||||
},
|
||||
"simdjson": {
|
||||
"baseline": "3.6.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"simdutf": {
|
||||
"baseline": "4.0.9",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2adb8c3282818e83fe032201eb62deabdcaa44ae",
|
||||
"version": "3.6.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "85480e0db4ff161c74400267ba3567d038fb15c7",
|
||||
"version": "3.6.2",
|
||||
|
Loading…
Reference in New Issue
Block a user