File: control

package info (click to toggle)
ruby-session 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: ruby: 939; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,017 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-session
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Caitlin Matos <caitlin.matos@zoho.com>
Build-Depends: debhelper (>= 11~),
               gem2deb
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-session.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-session
Homepage: http://github.com/ahoward/session/
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-session
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: persistent connections with external programs like bash (via pipes)
 Session::* offers a set of classes built upon Open3::popen3 for driving
 persistent connections with external programs (such as bash) via pipes.
 It offers a significant abstraction over Open3::popen in that the
 stdout/stderr of each command sent can be delineated.