aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryukoposting <44929006+ryukoposting@users.noreply.github.com>2019-03-03 00:52:43 -0600
committerMiran <narimiran@disroot.org>2019-03-03 07:52:43 +0100
commitc4a40ef338327ae98918255bc26ab52aabe4cf89 (patch)
tree62e55e2b69a25c5a942973d78f8680858b99c17d
parent1386f97f726f31757fca594741d3e611b491156e (diff)
downloadpackages-c4a40ef338327ae98918255bc26ab52aabe4cf89.tar.gz
packages-c4a40ef338327ae98918255bc26ab52aabe4cf89.zip
Added package fnv (#1023)
-rw-r--r--packages.json18
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"
}
]