forked from openkylin/plexus-bsh-factory
26 lines
957 B
Plaintext
26 lines
957 B
Plaintext
|
Source: plexus-bsh-factory
|
||
|
Section: java
|
||
|
Priority: optional
|
||
|
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
|
||
|
Build-Depends: debhelper-compat (= 13),
|
||
|
default-jdk,
|
||
|
junit4,
|
||
|
libbsh-java,
|
||
|
libplexus-container-default-java,
|
||
|
maven-debian-helper,
|
||
|
Standards-Version: 4.6.1
|
||
|
Vcs-Git: https://gitee.com/openkylin/plexus-bsh-factory.git
|
||
|
Vcs-Browser: https://gitee.com/openkylin/plexus-bsh-factory
|
||
|
Homepage: http://plexus.codehaus.org/
|
||
|
|
||
|
Package: libplexus-bsh-factory-java
|
||
|
Architecture: all
|
||
|
Depends: ${misc:Depends}, libplexus-container-default1.5-java, libbsh-java
|
||
|
Description: Plexus Beanshell Factory
|
||
|
The Plexus project provides a full software stack for creating and
|
||
|
executing software projects. Based on the Plexus container, the applications
|
||
|
can utilise component-oriented programming to build modular, reusable
|
||
|
components that can easily be assembled and reused.
|
||
|
.
|
||
|
This package provides a factory for instantiating BeanShell with Plexus.
|