File: control

package info (click to toggle)
libruby2ruby-ruby 1.1.8-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 88 kB
  • ctags: 133
  • sloc: ruby: 1,028; makefile: 40; sh: 9
file content (25 lines) | stat: -rw-r--r-- 936 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: libruby2ruby-ruby
Section: interpreters
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>> 3.0.0), dpatch
Standards-Version: 3.7.3

Package: libruby2ruby-ruby1.8
Architecture: all
Depends: ruby1.8
Description: Generate pure ruby code easily from ParseTree's Sexps
 ruby2ruby provides a means of generating pure ruby code easily from
 ParseTree's Sexps. This makes making dynamic language processors much
 easier in ruby than ever before.

Package: libruby2ruby-ruby
Architecture: all
Depends: libruby2ruby-ruby1.8
Description: Generate pure ruby code easily from ParseTree's Sexps
 ruby2ruby provides a means of generating pure ruby code easily from
 ParseTree's Sexps. This makes making dynamic language processors much
 easier in ruby than ever before.
 .
 This package provide documentation and depends on the package 
 containing the actual library for the default Ruby version.