File: control

package info (click to toggle)
ruby-magic 0.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 160 kB
  • ctags: 33
  • sloc: ruby: 187; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download
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
Source: ruby-magic
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Borodaenko <angdraug@debian.org>, Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               libmagic1,
               ruby-ffi (>= 0.6.3),
               ruby-test-declarative
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-magic.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-magic.git
Homepage: https://github.com/qoobaa/magic
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-magic
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-ffi (>= 0.6.3),
         libmagic1,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby FFI bindings to libmagic
 This package provides a Ruby FFI wrapper to the "magic" library that
 determines content type and encoding of files and strings. The library does
 three types of tests: file system tests, magic number tests, and language
 tests. The first test that succeeds causes the file type to be returned.