Action builder for wvlet-lib
wvlet-lib
is a custom library distributed as both static and dynamic binaries for various platforms. This repository provides a vcpkg
package to simplify the integration of wvlet-lib
into your projects.
- Prebuilt static and dynamic libraries.
- Supported platforms:
- Linux (x64, arm64)
- macOS (arm64)
{
"dependencies": [
"wvlet-lib"
],
"overrides": [
{
"name": "wvlet-lib",
"version-string": "0.0.1",
"repository": "https://github.com/quackscience/wvlet-lib.git"
}
]
}