File: control

package info (click to toggle)
ruby-rb-sys 0.9.87-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: ruby: 1,186; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 919 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
Source: ruby-rb-sys
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               ruby
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rb-sys.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rb-sys
Homepage: https://oxidize-rb.github.io/rb-sys/
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-rb-sys
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Helpers for compiling Rust extensions for ruby
 This library makes it easy to build native Ruby extensions in Rust. It
 interops with the existing Ruby native extension toolchains (i.e.
 rake-compiler) to make testing, building, and cross compilation of gems easy.