File: control

package info (click to toggle)
ode 2%3A0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,588 kB
  • ctags: 16,003
  • sloc: cpp: 122,662; ansic: 14,257; cs: 1,879; makefile: 786; python: 618; sh: 165
file content (49 lines) | stat: -rw-r--r-- 1,939 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
Source: ode
Section: devel
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Barry deFreese <bddebian@comcast.net>, 
	   Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Build-Depends: debhelper (>= 9), docbook-to-man, dh-autoreconf,
 libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
 libccd-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/ode.git
Vcs-Git: https://anonscm.debian.org/git/pkg-games/ode.git
Homepage: http://www.ode.org/

Package: libode6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Open Dynamics Engine - runtime library
 ODE is a free, industrial quality library for simulating articulated rigid
 body dynamics - for example ground vehicles, legged creatures, and moving
 objects in VR environments. It is fast, flexible, robust and platform
 independent, with advanced joints, contact with friction, and built-in
 collision detection.
 .
 This package provides the shared libraries built with double precision,
 default in 64 bits platforms. In 32 bits platforms default is single
 precision.


Package: libode-dev
Section: libdevel
Architecture: any
Depends: libode6 (= ${binary:Version}), ${misc:Depends}
Conflicts: libode0-dev, libode-sp-dev, libode4-dev
Replaces: libode0-dev
Provides: libode6-dev
Description: Open Dynamics Engine - development files
 ODE is a free, industrial quality library for simulating articulated rigid
 body dynamics - for example ground vehicles, legged creatures, and moving
 objects in VR environments. It is fast, flexible, robust and platform
 independent, with advanced joints, contact with friction, and built-in
 collision detection.
 .
 This package provides the header files and static libraries built with
 double precision, default in 64 bits platforms. In 32 bits platforms
 default is single precision.