File: control

package info (click to toggle)
jinput 20100502%2Bdfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,244 kB
  • sloc: java: 9,613; xml: 1,003; ansic: 909; awk: 34; makefile: 32; sh: 11
file content (74 lines) | stat: -rw-r--r-- 2,741 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: jinput
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends:
 ant,
 ant-optional,
 debhelper (>= 11),
 default-jdk,
 javahelper (>= 0.29),
 libjutils-java
Build-Depends-Indep:
 default-jdk-doc
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/java-team/jinput.git
Vcs-Browser: https://salsa.debian.org/java-team/jinput
Homepage: https://java.net/projects/jinput

Package: libjinput-java
Architecture: all
Depends:
 libjinput-jni (>= ${source:Version}),
 libjutils-java,
 ${java:Depends},
 ${misc:Depends}
Description: Java Game Controller API
 jinput is an implementation of an API for game controller discovery and
 polled input. It is part of a suite of open-source technologies initiated by
 the Game Technology Group at Sun Microsystems with intention of making the
 development of high performance games in Java a reality.
 The API itself is pure Java and presents a platform-neutral completely
 portable model of controller discovery and polling. It can handle arbitrary
 controllers and returns both human and machine understandable descriptions
 of the inputs available.

Package: libjinput-jni
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Java Game Controller API (jni)
 jinput is an implementation of an API for game controller discovery and
 polled input. It is part of a suite of open-source technologies initiated by
 the Game Technology Group at Sun Microsystems with intention of making the
 development of high performance games in Java a reality.
 The API itself is pure Java and presents a platform-neutral completely
 portable model of controller discovery and polling. It can handle arbitrary
 controllers and returns both human and machine understandable descriptions
 of the inputs available.
 .
 This package contains the java jni library.

Package: libjinput-java-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends}
Suggests:
 libjinput-java
Recommends:
 default-jdk-doc,
 libjutils-java-doc
Description: Java Game Controller API (javadoc)
 jinput is an implementation of an API for game controller discovery and
 polled input. It is part of a suite of open-source technologies initiated by
 the Game Technology Group at Sun Microsystems with intention of making the
 development of high performance games in Java a reality.
 The API itself is pure Java and presents a platform-neutral completely
 portable model of controller discovery and polling. It can handle arbitrary
 controllers and returns both human and machine understandable descriptions
 of the inputs available.
 .
 This package contains the API documentation for jinput.