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
|
Source: jinput
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.29), ant, ant-optional,
default-jdk, libjutils-java
Build-Depends-Indep: default-jdk-doc
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-java/jinput.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jinput.git
Homepage: https://jinput.dev.java.net/
DM-Upload-Allowed: yes
Package: libjinput-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}, libjinput-jni (>= ${source:Version}),
libjutils-java
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: ${shlibs:Depends}, ${misc: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.
|