File: control

package info (click to toggle)
fest-reflect 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 544 kB
  • ctags: 630
  • sloc: java: 2,772; xml: 203; makefile: 4
file content (49 lines) | stat: -rw-r--r-- 1,890 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: fest-reflect
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 10),
               default-jdk,
               default-jdk-doc,
               javahelper,
               junit4,
               libfest-test-java,
               libfest-util-java,
               libfest-assert-java,
               libmaven-javadoc-plugin-java,
               libmockito-java,
               maven-debian-helper
Standards-Version: 3.9.8
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/fest-reflect.git
Vcs-Git: https://anonscm.debian.org/git/pkg-java/fest-reflect.git
Homepage: https://github.com/alexruiz/fest-reflect/

Package: libfest-reflect-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Suggests: libfest-reflect-java-doc,
          ${maven:OptionalDepends}
Description: Java library for fluent reflection
 FEST-Reflect provides an intuitive, compact and type-safe fluent API
 that makes Java reflection tremendously easy to use: no more casting,
 checked exceptions, PriviledgedActions or calls to setAccessible. FEST’s
 reflection module can even overcome the limitations of generics and type
 erasure.

Package: libfest-reflect-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends},
         ${misc:Depends}
Suggests: libfest-reflect-java,
          ${maven:DocOptionalDepends}
Description: Documentation for libfest-reflect-java
 FEST-Reflect provides an intuitive, compact and type-safe fluent API 
 that makes Java reflection tremendously easy to use: no more casting,
 checked exceptions, PriviledgedActions or calls to setAccessible. FEST’s
 reflection module can even overcome the limitations of generics and type
 erasure.  
 .
 This package contains the API documentation of libfest-reflect.