libfuzzy
libfuzzy/ssdeep wrapper
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | GPL-2.0-only |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Installation
nimble install libfuzzy
choosenim install libfuzzy
git clone https://github.com/srozb/nim-libfuzzy
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| libfuzzy | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/srozb/nim-libfuzzy |
|---|---|
| Homepage | https://github.com/srozb/nim-libfuzzy |
| Registry Source | nimble_official |
README
libfuzzy
This is Nim interface/wrapper to libfuzzy ssdeep fuzzy hashing algorithm.
You can find original source of this project here.
Usage
Consult tests.nim for examples regarding usage of this library. API is the same as original.
License
As the original project is licensed under the GNU General Public License v2.0, this one inherits it as well.