File: control

package info (click to toggle)
libfailsafe-java 3.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,416 kB
  • sloc: java: 11,566; xml: 459; sh: 53; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,310 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
Source: libfailsafe-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Pierre Gruet <pgt@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               javahelper,
               maven-debian-helper
Build-Depends-Indep: libconcurrentunit-java <!nocheck>,
                     libmockito-java <!nocheck>,
                     libokhttp-java,
                     testng <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/java-team/libfailsafe-java
Vcs-Git: https://salsa.debian.org/java-team/libfailsafe-java.git
Homepage: https://failsafe.dev
Rules-Requires-Root: no

Package: libfailsafe-java
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Description: fault tolerance and resilience patterns Java library
 Failsafe is a lightweight, zero-dependency library for handling failures in
 Java 8+, with a concise API for handling everyday use cases and the
 flexibility to handle everything else. It works by wrapping executable logic
 with one or more resilience policies, which can be combined and composed as
 needed.
 .
 Policies include Retry, CircuitBreaker, RateLimiter, Timeout, Bulkhead, and
 Fallback. Additional modules include OkHttp.