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
|
Source: ois
Priority: extra
Maintainer: Philippe Coval <rzr@gna.org>
Uploaders: Federico Di Gregorio <fog@debian.org>
Build-Depends: debhelper (>= 5), automake (>= 1.9), autotools-dev, autoconf, libtool, libltdl3-dev, libxaw7-dev, quilt, libx11-dev
Standards-Version: 3.8.3
Section: libs
Homepage: http://sourceforge.net/projects/wgois
Package: libois-dev
Section: libdevel
Architecture: any
Depends: libois-1.2.0 (= ${binary:Version}), ${misc:Depends}
Description: Object Oriented Input System library (C++ development headers)
Object Oriented Input System (OIS) is meant to be a cross platform,
simple solution for using all kinds of Input Devices
(KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback)
.
Written in C++ using Object Oriented Design patterns.
Package: libois-1.2.0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libois1
Description: Object Oriented Input System library (C++)
Object Oriented Input System (OIS) is meant to be a cross platform,
simple solution for using all kinds of Input Devices
(KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback)
.
Written in C++ using Object Oriented Design patterns.
|