mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
Added package fnv (#1023)
This commit is contained in:
parent
1386f97f72
commit
c4a40ef338
@ -12778,5 +12778,23 @@
|
|||||||
"description": "Netpipe is a reliable UDP connection for Nim.",
|
"description": "Netpipe is a reliable UDP connection for Nim.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/treeform/netpipe/"
|
"web": "https://github.com/treeform/netpipe/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fnv",
|
||||||
|
"url": "https://gitlab.com/ryukoposting/nim-fnv",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"fnv",
|
||||||
|
"fnv1a",
|
||||||
|
"fnv1",
|
||||||
|
"fnv-1a",
|
||||||
|
"fnv-1",
|
||||||
|
"fnv0",
|
||||||
|
"fnv-0",
|
||||||
|
"ryukoposting"
|
||||||
|
],
|
||||||
|
"description": "FNV-1 and FNV-1a non-cryptographic hash functions (documentation hosted at: http://ryuk.ooo/nimdocs/fnv/fnv.html)",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"web": "https://gitlab.com/ryukoposting/nim-fnv"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user