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: bsh
Section: contrib/devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>
Build-Depends-Indep: debhelper (>= 4.0.0), j2sdk1.3 | kaffe (>= 1.1.1) | java-compiler, libservlet2.3-java, javacc, lynx
Standards-Version: 3.6.1
Package: bsh
Architecture: all
Depends: java-common, jdk1.1 | java-virtual-machine
Suggests: libservlet2.3-java
Recommends: xlibs
Description: Java scripting environment
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.
.
Homepage: http://www.beanshell.org/
|