mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
Add package nimlevenshtein (#1198)
This commit is contained in:
parent
f1443b1429
commit
c36542ac32
@ -14637,5 +14637,18 @@
|
||||
"description": "A Nim scheduler library that lets you kick off jobs at regular intervals.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/soasme/nim-schedules"
|
||||
},
|
||||
{
|
||||
"name": "nimlevenshtein",
|
||||
"url": "https://github.com/oswjk/nimlevenshtein",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"levenshtein",
|
||||
"similarity",
|
||||
"string"
|
||||
],
|
||||
"description": "The Levenshtein Nim module contains functions for fast computation of Levenshtein distance and string similarity.",
|
||||
"license": "GPLv2",
|
||||
"url": "https://github.com/oswjk/nimlevenshtein"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user