File: control

package info (click to toggle)
golang-github-gabriel-vasile-mimetype 1.4.11%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,936 kB
  • sloc: makefile: 6
file content (37 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download | duplicates (2)
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
35
36
37
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.7.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