Added package floof (#2986)

This commit is contained in:
Licorice 2025-02-14 00:11:36 -06:00 committed by GitHub
parent d6f9c1c3c4
commit 60d67eaf03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34606,6 +34606,22 @@
"license": "MIT", "license": "MIT",
"web": "https://roger-padrell.github.io/nim-kyber/" "web": "https://roger-padrell.github.io/nim-kyber/"
}, },
{
"name": "floof",
"url": "https://github.com/arashi-software/floof",
"method": "git",
"tags": [
"fuzzy",
"search",
"fuzzysearch",
"simd",
"threads",
"library"
],
"description": "SIMD-accelerated multithreaded fuzzy search thats fast as f*ck",
"license": "BSD-3-Clause",
"web": "https://github.com/arashi-software/floof"
},
{ {
"name": "libclip", "name": "libclip",
"url": "https://github.com/jabbalaci/libclip", "url": "https://github.com/jabbalaci/libclip",
@ -34621,5 +34637,5 @@
"description": "A cross-platform Nim library for reading/writing text from/to the clipboard", "description": "A cross-platform Nim library for reading/writing text from/to the clipboard",
"license": "MIT", "license": "MIT",
"web": "https://github.com/jabbalaci/libclip" "web": "https://github.com/jabbalaci/libclip"
}, }
] ]