File: control

package info (click to toggle)
libopenhmd 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 832 kB
  • sloc: ansic: 10,881; makefile: 109; sh: 18
file content (37 lines) | stat: -rw-r--r-- 1,259 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
Source: libopenhmd
Maintainer: Emmanuel Arias <emmanuelarias30@gmail.com>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11),
               libgl1-mesa-dev | libgl-dev,
               libglew-dev,
               libhidapi-dev,
               libsdl1.2-dev
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian/libopenhmd
Vcs-Git: https://salsa.debian.org/debian/libopenhmd.git -b master
Homepage: http://openhmd.net/

Package: libopenhmd0
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: API and drivers for immersive technology (shared library)
 OpenHMD aims to provide a Free and Open Source API and drivers for
 immersive technology, such as head mounted displays with built in head
 tracking.
 .
 This package provides the shared library.

Package: libopenhmd-dev
Architecture: any
Section: libdevel
Depends: libhidapi-dev,
         libopenhmd0 (= ${binary:Version}),
         ${misc:Depends}
Description: API and drivers for immersive technology (development files)
 OpenHMD aims to provide a Free and Open Source API and drivers for
 immersive technology, such as head mounted displays with built in head
 tracking.
 .
 This package provides the necessary files needed for development.