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
|
Source: bsh
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 4.2.30), cdbs, default-jdk-builddep, ant, libservlet2.3-java, libbsf-java, javacc, lynx
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/bsh
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/bsh
Homepage: http://www.beanshell.org/
Package: bsh
Section: devel
Architecture: all
Depends: java-gcj-compat | java1-runtime | java2-runtime, libjline-java
Suggests: libservlet2.3-java, bsh-doc
Enhances: libbsf-java
Recommends: bsh-gcj, libgcj8-1-awt
Description: Java scripting environment (BeanShell) Version 2
BeanShell is a small, free, embeddable, Java source interpreter with object
scripting language features, written in Java. BeanShell executes standard Java
statements and expressions, in addition to obvious scripting commands and
syntax. BeanShell supports scripted objects as simple method closures like
those in Perl and JavaScript(tm).
.
You can use BeanShell interactively for Java experimentation and debugging or
as a simple scripting engine for you applications. In short: BeanShell is a
dynamically interpreted Java, plus some useful stuff.
Package: bsh-gcj
Section: libs
Architecture: any
Depends: bsh (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Java scripting environment (BeanShell) Version 2 (native code)
BeanShell is a small, free, embeddable, Java source interpreter with object
scripting language features, written in Java. BeanShell executes standard Java
statements and expressions, in addition to obvious scripting commands and
syntax. BeanShell supports scripted objects as simple method closures like
those in Perl and JavaScript(tm).
.
You can use BeanShell interactively for Java experimentation and debugging or
as a simple scripting engine for you applications. In short: BeanShell is a
dynamically interpreted Java, plus some useful stuff.
.
This package contains the natively compiled code for use by gij.
Package: bsh-doc
Section: doc
Architecture: all
Suggests: bsh
Description: Documentation for bsh
The documentation includes the javadoc api for bsh version 2 as well as
the faq and manual in html-format.
|