1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: golang-github-gabriel-vasile-mimetype
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any (>= 2:1.18~),
golang-golang-x-net-dev (>= 1:0.0+git20220624.1bab6f3)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gabriel-vasile-mimetype
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gabriel-vasile-mimetype.git
Homepage: https://github.com/gabriel-vasile/mimetype
XS-Go-Import-Path: github.com/gabriel-vasile/mimetype
Package: golang-github-gabriel-vasile-mimetype-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-net-dev (>= 1:0.0+git20220624.1bab6f3),
${misc:Depends}
Description: fast Go library for detecting MIME types and extensions based on magic numbers
github.com/gabriel-vasile/mimetype is a Go package for detecting MIME types
and extensions based on magic numbers.
.
Goroutine safe, extensible, no C bindings
.
Features
• fast and precise MIME type and file extension detection
• long list of supported MIME types
• posibility to extend with other file formats
• common file formats are prioritized
• safe for concurrent usage
|