File: control

package info (click to toggle)
ruby-spoon 0.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: ruby: 184; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 883 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
Source: ruby-spoon
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>,
           Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 11),
               gem2deb
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-spoon.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-spoon
Homepage: https://github.com/headius/spoon/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-spoon
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby,
         ruby-ffi,
         ${misc:Depends},
         ${shlibs:Depends}
Description: FFI binding of the posix_spawn function for Ruby
 Spoon is an FFI binding for Ruby of the posix_spawn function, providing
 fork+exec functionality in a single shot.