File: control

package info (click to toggle)
bsh 2.0b4-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,072 kB
  • ctags: 3,680
  • sloc: java: 23,424; xml: 4,484; sh: 134; makefile: 19
file content (35 lines) | stat: -rw-r--r-- 1,417 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
32
33
34
35
Source: bsh
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, ant, libservlet2.3-java, libbsf-java, javacc, lynx
Standards-Version: 3.7.2

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: xlibs
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.
 .
 Homepage: http://www.beanshell.org/

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.