[stringzilla] add stringzilla (#37802)

This commit is contained in:
Seedking 2024-03-30 08:28:09 +08:00 committed by GitHub
parent e4c41ed7e2
commit 3fe0b898c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ashvardanian/StringZilla
REF "v${VERSION}"
SHA512 b42acd6f1a06f8c5519f3093ac155b6caea95ca4a5618bfc24b9028353c78ae47c53f37cd498ce9d652ede323b96d38d044faa45f6c4ef58d71d748c071cbd21
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/include" DESTINATION "${CURRENT_PACKAGES_DIR}")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -0,0 +1,8 @@
{
"name": "stringzilla",
"version": "3.7.0",
"description": "StringZilla is the GodZilla of string libraries, using SIMD and SWAR to accelerate string operations on modern CPUs.",
"homepage": "https://github.com/ashvardanian/StringZilla",
"license": "Apache-2.0",
"supports": "!x86"
}

View File

@ -8420,6 +8420,10 @@
"baseline": "1.7.0",
"port-version": 1
},
"stringzilla": {
"baseline": "3.7.0",
"port-version": 0
},
"strong-type": {
"baseline": "14",
"port-version": 0

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "6acf96d1a37889967709ff6e334922689171f10e",
"version": "3.7.0",
"port-version": 0
}
]
}