Source: libcommons-el-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg 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.