Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 686 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 686 Bytes

wvlet-lib

Action builder for wvlet-lib

wvlet-lib vcpkg Package

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.

Features

  • Prebuilt static and dynamic libraries.
  • Supported platforms:
    • Linux (x64, arm64)
    • macOS (arm64)

Example

{
  "dependencies": [
    "wvlet-lib"
  ],
  "overrides": [
    {
      "name": "wvlet-lib",
      "version-string": "0.0.1",
      "repository": "https://github.com/quackscience/wvlet-lib.git"
    }
  ]
}