File: control

package info (click to toggle)
taglibs-standard 1.2.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,596 kB
  • sloc: java: 19,990; xml: 969; jsp: 114; makefile: 6
file content (49 lines) | stat: -rw-r--r-- 1,959 bytes parent folder | download | duplicates (2)
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
Source: taglibs-standard
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper (>= 9),
 default-jdk,
 junit4,
 libeasymock-java,
 libmaven-bundle-plugin-java,
 libservlet3.1-java,
 libxalan2-java,
 maven-debian-helper (>= 2.0~)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/taglibs-standard.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/taglibs-standard.git
Homepage: http://tomcat.apache.org/taglibs/standard/

Package: libtaglibs-standard-spec-java
Architecture: all
Depends: ${misc:Depends}
Description: Apache JSP Standard Taglib Specification API
 JSTL can be used to embed logic in JSP pages without using embedded java code.
 Various tags are defined for common tasks such as conditional execution, loops,
 internationalization, XML processing etc.
 .
 This package is implementation of the JSP Standard Tag Library (JSTL)
 Specification API.

Package: libtaglibs-standard-impl-java
Architecture: all
Depends: ${misc:Depends}, libtaglibs-standard-spec-java
Description: Apache JSP Standard Taglib Implementation
 JSTL can be used to embed logic in JSP pages without using embedded java code.
 Various tags are defined for common tasks such as conditional execution, loops,
 internationalization, XML processing etc.
 .
 This package is an implementation of the JSP Standard Tag Library (JSTL).

Package: libtaglibs-standard-jstlel-java
Architecture: all
Depends: ${misc:Depends}, libtaglibs-standard-impl-java, libtaglibs-standard-spec-java
Description: Apache JSP Standard Taglib 1.0 EL Support
 JSTL can be used to embed logic in JSP pages without using embedded java code.
 Various tags are defined for common tasks such as conditional execution, loops,
 internationalization, XML processing etc.
 .
 This package contains JSTL 1.0 tags using the original EL implementation.