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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: bsh
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant,
cdbs,
debhelper (>= 9),
default-jdk,
default-jdk-doc,
javacc,
javahelper (>= 0.32~),
libbsf-java,
libservlet3.0-java,
libservlet3.0-java-doc,
maven-repo-helper
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/bsh
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/bsh
Homepage: http://www.beanshell.org
Package: bsh
Architecture: all
Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless,
libjline-java, libbsh-java (= ${source:Version}), ${misc:Depends}
Suggests: bsh-doc, default-jre | java1-runtime | java2-runtime, libservlet3.0-java
Enhances: libbsf-java
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: libbsh-java
Architecture: all
Section: java
Depends: ${misc:Depends}
Replaces: bsh (<= 2.0b4-13~)
Breaks: bsh (<= 2.0b4-13~)
Description: Java scripting environment (BeanShell) Version 2 (library)
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 Java library without the command line tools.
Package: bsh-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: ${java:Recommends}
Suggests: bsh
Description: Documentation for bsh
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.
.
The documentation includes the javadoc API for bsh version 2 as well as
the faq and manual in html-format.
Package: bsh-src
Section: java
Architecture: all
Depends: ${misc:Depends}
Suggests: bsh
Description: Java scripting environment (BeanShell) Version 2 (source 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 bsh source code.
|