Added package filetype (#1787)

This commit is contained in:
jiro 2021-01-22 01:57:33 +09:00 committed by GitHub
parent 89ef8f87f7
commit e37332f315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]