File: control

package info (click to toggle)
jruby 1.5.6-9
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 45,088 kB
  • ctags: 77,093
  • sloc: ruby: 398,491; java: 170,202; yacc: 3,782; xml: 2,529; sh: 299; tcl: 40; makefile: 35; ansic: 23
file content (31 lines) | stat: -rw-r--r-- 1,487 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
Source: jruby
Section: 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 (>= 9~), openjdk-7-jdk (>= 7u71-2.5.3), ant-optional,
 libasm3-java, libcommons-logging-java, libjarjar-java, libjoda-time-java,
 junit4, libbsf-java, libjline-java, bnd, libconstantine-java,
 netbase, libjgrapht0.8-java, libjcodings-java, libbytelist-java, libjffi-java,
 libjaffl-java, libjruby-joni-java, yydebug, nailgun, libjnr-posix-java,
 libjnr-netdb-java, libyecht-java (>= 0.0.2-2~), cdbs, maven-repo-helper
Standards-Version: 3.9.6
Homepage: http://jruby.org
Vcs-Git: git://anonscm.debian.org/pkg-java/jruby.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jruby.git

Package: jruby
Architecture: all
Replaces: jruby1.0, jruby1.1, jruby1.2
Depends: default-jre | java6-runtime, ${misc:Depends}, libjffi-jni
Recommends: ri
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.