mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-08 00:53:10 +00:00
Added package randpw (#1199)
This commit is contained in:
parent
c36542ac32
commit
dde7d56a7d
@ -14648,7 +14648,20 @@
|
|||||||
"string"
|
"string"
|
||||||
],
|
],
|
||||||
"description": "The Levenshtein Nim module contains functions for fast computation of Levenshtein distance and string similarity.",
|
"description": "The Levenshtein Nim module contains functions for fast computation of Levenshtein distance and string similarity.",
|
||||||
"license": "GPLv2",
|
"license": "GPLv2"
|
||||||
"url": "https://github.com/oswjk/nimlevenshtein"
|
},
|
||||||
|
{
|
||||||
|
"name": "randpw",
|
||||||
|
"url": "https://github.com/pdrb/nim-randpw",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"random",
|
||||||
|
"password",
|
||||||
|
"passphrase",
|
||||||
|
"randpw"
|
||||||
|
],
|
||||||
|
"description": "Random password and passphrase generator",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/pdrb/nim-randpw"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user