File: control

package info (click to toggle)
lombok-patcher 0.36-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 328 kB
  • sloc: java: 2,198; xml: 211; sh: 38; makefile: 9
file content (40 lines) | stat: -rw-r--r-- 1,212 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
Source: lombok-patcher
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 ant,
 ant-optional,
 debhelper-compat (= 12),
 default-jdk,
 ivyplusplus,
 javahelper,
 libasm-java (>= 5.0),
 libjna-java,
 libjsch-java,
 liblombok-java
Standards-Version: 4.5.0
Homepage: https://projectlombok.org
Vcs-Git: https://salsa.debian.org/java-team/lombok-patcher.git
Vcs-Browser: https://salsa.debian.org/java-team/lombok-patcher

Package: liblombok-patcher-java
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Description: live-rewrite classes as a JVM runs
 Lombok Patcher gives you the ability to live-rewrite classes as a JVM
 runs, either by loading as an agent during JVM bootup or by injecting
 the agent 'live' during execution.
 .
 To make this easier than fiddling with classes directly, Lombok
 Patcher offers a few 'patch scripts' to do common tasks, such as wrap
 your own code around any method call, replace methods entirely with
 your own, or add fields.
 .
 lombok.patcher also includes support for getting around the Eclipse
 OSGi container's classloader separation.