libsvm_legacy
Libsvm wrapper rescued from the stdlib.
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-02 07:21 |
Tags
Authors
- Dominik Picheta
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.17.2 | No |
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.