File: control

package info (click to toggle)
classmate 1.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: java: 6,921; xml: 151; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 964 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
Source: classmate
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 junit4 (>= 4.12),
 libmaven-bundle-plugin-java (>= 3.5.1),
 maven-debian-helper (>= 2.1)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/classmate.git
Vcs-Browser: https://salsa.debian.org/java-team/classmate
Homepage: http://github.com/FasterXML/java-classmate

Package: libclassmate-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Library for introspecting generic type information of types, methods and fields
 ClassMate is a zero-dependency Java library for accurately introspecting
 type information, including reliable resolution of generic type declarations
 for both classes ("types") and members (fields, methods and constructors).