File: control

package info (click to toggle)
ruby-gir-ffi 0.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,824 kB
  • sloc: ruby: 20,895; makefile: 90; sh: 1
file content (52 lines) | stat: -rw-r--r-- 1,817 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: ruby-gir-ffi
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antono Vasiljev <self@antono.info>,
           TANIGUCHI Takaki <takaki@debian.org>,
           Paul van Tilburg <paulvt@debian.org>
Build-Depends: autoconf,
               automake,
               debhelper (>= 11),
               gem2deb,
               gir1.2-gtk-2.0,
               gir1.2-gtk-3.0,
               gobject-introspection,
               libgirepository-1.0-1 (>= 0.10),
               libgirepository1.0-dev,
               libgtk2.0-dev,
               libtool,
               rake,
               ruby | ruby-interpreter,
               ruby-ffi,
               ruby-ffi-bit-masks,
               ruby-indentation,
               ruby-minitest,
               ruby-rr
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gir-ffi.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gir-ffi
Homepage: http://www.github.com/mvz/ruby-gir-ffi
XS-Ruby-Versions: all

Package: ruby-gir-ffi
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libgirepository-1.0-1,
         libglib2.0-dev,
         ruby | ruby-interpreter,
         ruby-ffi,
         ruby-ffi-bit-masks,
         ruby-indentation,
         ${misc:Depends}
Suggests: gir1.2-glib-2.0,
          gir1.2-gtk-3.0
Description: FFI-based GObject binding using the GObject Introspection Repository
 GObject is an abstraction layer that allows programming
 with an object paradigm that is compatible with many
 languages.
 .
 This package contains the dynamic Ruby binding generator
 for libraries that support gobject-introspection, i. e.
 which ship a gir1.2-<name>-<version> package. With these
 packages, the libraries can be used from Ruby.