diff options
| author | ryukoposting <44929006+ryukoposting@users.noreply.github.com> | 2019-03-03 00:52:43 -0600 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-03-03 07:52:43 +0100 |
| commit | c4a40ef338327ae98918255bc26ab52aabe4cf89 (patch) | |
| tree | 62e55e2b69a25c5a942973d78f8680858b99c17d | |
| parent | 1386f97f726f31757fca594741d3e611b491156e (diff) | |
| download | packages-c4a40ef338327ae98918255bc26ab52aabe4cf89.tar.gz packages-c4a40ef338327ae98918255bc26ab52aabe4cf89.zip | |
Added package fnv (#1023)
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f502608..df17dd9 100644 --- a/packages.json +++ b/packages.json @@ -12778,5 +12778,23 @@ "description": "Netpipe is a reliable UDP connection for Nim.", "license": "MIT", "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" } ] |
