From e37332f3150ad494765aafed6d4768b3433ee61f Mon Sep 17 00:00:00 2001 From: jiro Date: Fri, 22 Jan 2021 01:57:33 +0900 Subject: [PATCH] Added package filetype (#1787) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index adc8b8a..aff7c40 100644 --- a/packages.json +++ b/packages.json @@ -21208,5 +21208,19 @@ "description": "Lazy evaluated sequences", "license": "MIT", "web": "https://github.com/markspanbroek/nim-lazyseq" + }, + { + "name": "filetype", + "url": "https://github.com/jiro4989/filetype", + "method": "git", + "tags": [ + "lib", + "magic-numbers", + "file", + "file-format" + ], + "description": "Small and dependency free Nim package to infer file and MIME type checking the magic numbers signature.", + "license": "MIT", + "web": "https://github.com/jiro4989/filetype" } ]