File: control

package info (click to toggle)
jruby 1.5.1-1%2Bdeb6u1
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze-lts
  • size: 47,024 kB
  • ctags: 74,144
  • sloc: ruby: 398,155; java: 169,506; yacc: 3,782; xml: 2,469; ansic: 415; sh: 279; makefile: 78; tcl: 40
file content (28 lines) | stat: -rw-r--r-- 1,298 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
Source: jruby
Section: non-free/ruby
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Sebastien Delafond <seb@debian.org>,
 Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 6.0.7~), openjdk-6-jdk | java6-sdk, ant-optional,
 libasm3-java, libcommons-logging-java, libjarjar-java, libjoda-time-java,
 junit4, libemma-java, libbsf-java, libjline-java, bnd, libconstantine-java,
 netbase, libjgrapht0.8-java, default-jre-headless
Standards-Version: 3.8.4
Homepage: http://jruby.org
Vcs-Git: git://git.debian.org/git/pkg-java/jruby.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jruby.git

Package: jruby
Architecture: all
Replaces: jruby1.0, jruby1.1, jruby1.2
Depends: openjdk-6-jre | java6-runtime, ${misc:Depends}
Description: 100% pure-Java implementation of Ruby
 JRuby is a 100% pure-Java implementation of the Ruby programming language.
 .
 JRuby provides a complete set of core "builtin" classes and syntax
 for the Ruby language, as well as most of the Ruby Standard
 Libraries. The standard libraries are mostly Ruby's own complement of
 ".rb" files, but a few that depend on C language-based extensions have
 been reimplemented. Some are still missing, but JRuby hopes to
 implement as many as is feasible.