File: control

package info (click to toggle)
ruby-fastimage 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, trixie
  • size: 15,948 kB
  • sloc: ruby: 970; xml: 7; sh: 3; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,173 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
31
32
Source: ruby-fastimage
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               ruby-addressable,
               ruby-fakeweb
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-fastimage.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-fastimage
Homepage: https://github.com/sdsykes/fastimage
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-fastimage
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-addressable,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby library for finding the size or type of image with minimal dependency
 FastImage does this minimal fetch for image types GIF, JPEG, PNG, TIFF,
 BMP and PSD.
 .
 And it doesn't rely on installing external libraries such as RMagick
 (which relies on ImageMagick or GraphicsMagick) or ImageScience (which
 relies on FreeImage).
 .
 You only need supply the uri, and FastImage will do the rest.