File: control

package info (click to toggle)
lombok 1.16.8%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,136 kB
  • ctags: 9,193
  • sloc: java: 49,748; xml: 1,705; makefile: 24; ansic: 16
file content (60 lines) | stat: -rw-r--r-- 2,074 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
50
51
52
53
54
55
56
57
58
59
60
Source: lombok
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Jakub Adam <jakub.adam@ktknet.cz>,
 Komal Sukhani <komaldsukhani@gmail.com>
Build-Depends:
 ant,
 ant-optional,
 cmdreader,
 debhelper (>= 9~),
 default-jdk,
 eclipse-jdt,
 eclipse-platform-data,
 ivyplusplus,
 javahelper,
 libasm-java,
 libecj-java,
 libjna-java,
 liblombok-patcher-java,
 libspi-java,
 maven-repo-helper
Standards-Version: 3.9.8
Homepage: https://projectlombok.org
Vcs-Git: https://anonscm.debian.org/git/pkg-java/lombok.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/lombok.git

Package: liblombok-java
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Description: Reduce boilerplate code in Java projects
 "Boilerplate" is a term used to describe code that is repeated in
 many parts of an application with little alteration. One of the most
 frequently voiced criticisms of the Java language is the volume of
 this type of code that is found in most projects. This problem is
 frequently a result of design decisions in various libraries, but is
 exacerbated by limitations in the language itself. Project Lombok
 aims to reduce the prevalence of some of the worst offenders by
 replacing them with a simple set of annotations.

Package: liblombok-java-doc
Architecture: all
Section: doc
Depends:
 ${java:Depends},
 ${misc:Depends}
Description: Reduce boilerplate code in Java projects (documentation)
 "Boilerplate" is a term used to describe code that is repeated in
 many parts of an application with little alteration. One of the most
 frequently voiced criticisms of the Java language is the volume of
 this type of code that is found in most projects. This problem is
 frequently a result of design decisions in various libraries, but is
 exacerbated by limitations in the language itself. Project Lombok
 aims to reduce the prevalence of some of the worst offenders by
 replacing them with a simple set of annotations.
 .
 This package contains the generated API documentation.