File: control

package info (click to toggle)
unsafe-mock 8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 120 kB
  • ctags: 140
  • sloc: java: 280; xml: 59; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,476 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
Source: unsafe-mock
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Build-Depends:
 debhelper (>= 9),
 cdbs,
 default-jdk,
 maven-debian-helper (>= 1.5)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/unsafe-mock.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/unsafe-mock.git
Homepage: https://github.com/headius/unsafe-mock

Package: libunsafe-mock-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java library providing backported sun.misc.Unsafe class from JDK 8
 sun.misc.Unsafe is Java class in Oracle JDKs that provides a collection of
 methods for performing low-level, unsafe operations.
 .
 Although the class and all methods are public, use of this class is limited
 because only trusted code can obtain instances of it.
 .
 unsafe-mock provides a current version of sun.misc.Unsafe that
 supports all APIs up through the new "fences" API in Java 8 EA builds
 b71 and later. This Unsafe is a copy of the one from Java 8 EA build
 b71, and it is expected that if you want to build against it you put
 it in javac's bootclasspath. You are responsible for determining in
 your own code whether you can access Unsafe and which methods are
 available; this library is only to provide an all-inclusive Unsafe
 against which you can compile using JDKs <= 8.0.