File: control

package info (click to toggle)
ruby-sdl 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,548 kB
  • sloc: cpp: 7,598; ansic: 4,498; ruby: 2,246; makefile: 110; sh: 102
file content (37 lines) | stat: -rw-r--r-- 1,319 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
33
34
35
36
37
Source: ruby-sdl
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Paul van Tilburg <paulvt@debian.org>,
           Deepak Tripathi <apenguinlinux@gmail.com>,
           Youhei SASAKI <uwabami@gfd-dennou.org>,
           Cédric Boutillier <cedric.boutillier@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               libsdl-image1.2-dev,
               libsdl-mixer1.2-dev,
               libsdl-sge-dev,
               libsdl-ttf2.0-dev,
               libsmpeg-dev,
               rdtool,
               nkf
Standards-Version: 4.6.1
Homepage: https://ohai.github.io/rubysdl/
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sdl.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sdl
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-sdl
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: doc-base,
          fonts-dejavu-core,
          ruby-opengl
Description: Ruby/SDL interface for Ruby
 Ruby/SDL is the ruby extension library to use SDL. SDL (Simple
 DirectMedia Layer) is a cross-platform multimedia library designed to
 provide fast access to the graphics framebuffer and audio device.