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
|
Source: ruby-mime-types-data
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 9~),
gem2deb
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mime-types-data.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mime-types-data.git
Homepage: https://github.com/mime-types/mime-types-data/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-mime-types-data
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: registry for information about MIME media type definitions
This package consists of the gem mime-types-data that provides a registry for
information about MIME media type definitions. It can be used with the Ruby
mime-types library or other software to determine defined filename extensions
for MIME types, or to use filename extensions to look up the likely MIME type
definitions.
|