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
|
Source: libcommons-el-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
ant,
debhelper-compat (= 13),
default-jdk,
junit (>= 3.8.1),
libservlet-api-java,
libjsp-api-java,
maven-repo-helper
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/libcommons-el-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcommons-el-java
Homepage: https://commons.apache.org/el/
Package: libcommons-el-java
Architecture: all
Depends: ${misc:Depends}
Description: Implementation of the JSP 2.0 Expression Language interpreter
The JSP 2.0 specification provides a portable API for evaluating "EL
Expressions": The classes and interfaces in the javax.servlet.jsp.el
package describe and define programmatic access to the Expression
Language evaluator. This package is an implementation of the API.
|