File: control

package info (click to toggle)
threeten-extra 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,728 kB
  • sloc: java: 31,593; xml: 1,382; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,059 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
Source: threeten-extra
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Mechtilde Stehmann <mechtilde@debian.org>
Build-Depends:
 debhelper-compat (=12),
 default-jdk,
 javahelper,
 junit4,
 libguava-java,
 libjoda-convert-java,
 libmaven-bundle-plugin-java,
 libmaven-dependency-plugin-java,
 maven-debian-helper
Standards-Version: 4.7.3
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/threeten-extra.git
Vcs-Browser: https://salsa.debian.org/java-team/threeten-extra
Homepage: https://www.threeten.org/threeten-extra/

Package: libthreeten-extra-java
Architecture: all
Depends: ${misc:Depends}
Description: Additional functionality that enhances JSR-310 dates and times
 Not every piece of date/time logic is destined for the JDK. Some concepts
 are too specialized or too bulky to make it in. This project provides
 some of those additional classes as a well-tested and reliable jar. It
 is curated by the primary author of the Java 8 date and time library.