libsvm_legacy
Wrapper for libsvm.
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install libsvm_legacy
choosenim install libsvm_legacy
git clone https://github.com/nim-lang/libsvm_legacy
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| libsvm_legacy | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/nim-lang/libsvm_legacy |
|---|---|
| Homepage | https://github.com/nim-lang/libsvm_legacy |
| Registry Source | nimble_official |
README
libsvm
You might wish to use this updated wrapper by genotrance: https://github.com/genotrance/libsvm.
This repo is provided for backwards compatibility.
Just add this to your .nimble file:
requires "libsvm_legacy"
And change import libsvm to import libsvm_legacy/libsvm.