File: control

package info (click to toggle)
google-auto-value-java 1.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,288 kB
  • sloc: java: 35,820; xml: 1,451; sh: 34; makefile: 10
file content (39 lines) | stat: -rw-r--r-- 1,353 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
Source: google-auto-value-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Olek Wojnar <olek@debian.org>,
 Andreas Tille <tille@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 liberror-prone-java,
 libescapevelocity-java,
 libgoogle-auto-common-java,
 libgoogle-auto-service-java,
 libguava-java,
 libjavapoet-java,
 libmaven-invoker-plugin-java,
 libplexus-languages-java,
 libsurefire-java,
 maven-debian-helper,
 velocity,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/google-auto-value-java.git
Vcs-Browser: https://salsa.debian.org/java-team/google-auto-value-java
Homepage: https://github.com/google/auto

Package: libgoogle-auto-value-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Generated immutable value classes for Java 7+
 Java is full of code that is mechanical, repetitive, typically untested, and
 sometimes the source of subtle bugs. Sounds like a job for robots! The Auto
 subprojects are a collection of code generators that automate those types of
 tasks. They create the code you would have written, but without the bugs. Save
 time. Save code. Save sanity.
 .
 This package contains the immutable value classes.