File: control

package info (click to toggle)
libstomp-ruby 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 120 kB
  • ctags: 114
  • sloc: ruby: 299; makefile: 2
file content (64 lines) | stat: -rw-r--r-- 2,663 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
53
54
55
56
57
58
59
60
61
62
63
64
Source: libstomp-ruby
Section: ruby
Priority: extra
Maintainer: Bryan McLellan <btm@loftninjas.org>
Build-Depends: cdbs, debhelper (>= 5.0.0), ruby-pkg-tools (>= 0.14)
Build-Depends-Indep: graphviz, ruby1.8, ruby1.9.1
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libstomp-ruby/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libstomp-ruby/
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Standards-Version: 3.9.1
Homepage: http://rubyforge.org/projects/stomp/

Package: libstomp-ruby
Architecture: all
Depends: libstomp-ruby1.8, ${misc:Depends}
Suggests: libstomp-ruby-doc
Description: Ruby bindings for the stomp messaging protocol
 Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
 type systems. This library provides two useful interfaces, a low-
 level class, Stomp::Connection, which is a basic protocol
 implementation, and Stomp::Client, which is designed as a higher
 level convenience API.
 .
 This package is a dependency package, which depends on the package
 containing actual Ruby stomp libraries for the default Ruby version
 (currently 1.8).

Package: libstomp-ruby1.8
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8
Description: Ruby 1.8 bindings for the stomp messaging protocol
 Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
 type systems. This library provides two useful interfaces, a low-
 level class, Stomp::Connection, which is a basic protocol
 implementation, and Stomp::Client, which is designed as a higher
 level convenience API.
 .
 This package contains stomp libraries for Ruby 1.8.

Package: libstomp-ruby1.9.1
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1
Description: Ruby 1.9.1 bindings for the stomp messaging protocol
 Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
 type systems. This library provides two useful interfaces, a low-
 level class, Stomp::Connection, which is a basic protocol
 implementation, and Stomp::Client, which is designed as a higher
 level convenience API.
 .
 This package contains stomp libraries for Ruby 1.9.1.

Package: libstomp-ruby-doc
Section: doc
Architecture: all
Depends: libstomp-ruby, ${misc:Depends}
Description: Documentation for libstomp-ruby
 Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
 type systems. This library provides two useful interfaces, a low-
 level class, Stomp::Connection, which is a basic protocol
 implementation, and Stomp::Client, which is designed as a higher
 level convenience API.
 .
 This package provides generated HTML documentation for libstomp-ruby.