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 75 76 77 78 79 80 81 82 83
|
Source: simbody
Standards-Version: 3.9.8
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jose Luis Rivero <jrivero@osrfoundation.org>
Section: science
Priority: extra
Build-Depends: debhelper (>= 9),
cmake,
doxygen,
freeglut3-dev,
libxi-dev,
libxmu-dev,
liblapack-dev,
doxygen-latex
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/simbody.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/simbody.git
Homepage: https://simtk.org/home/simbody
Package: libsimbody3.5v5
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Conflicts: libsimbody3.5
Replaces: libsimbody3.5
Description: SimTK multibody dynamics API - shared library
Simbody is a SimTK toolset providing general multibody dynamics capability,
that is, the ability to solve Newton's 2nd law F=ma in any set of generalized
coordinates subject to arbitrary constraints. Simbody is provided as an open
source, object-oriented C++ API and delivers high-performance,
accuracy-controlled science/engineering-quality results.
Package: libsimbody-dev
Architecture: any
Section: libdevel
Depends: freeglut3-dev,
libxi-dev,
libxmu-dev,
liblapack-dev,
libsimbody3.5v5 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: SimTK multibody dynamics API - development files
Simbody is a SimTK toolset providing general multibody dynamics capability,
that is, the ability to solve Newton's 2nd law F=ma in any set of generalized
coordinates subject to arbitrary constraints. Simbody is provided as an open
source, object-oriented C++ API and delivers high-performance,
accuracy-controlled science/engineering-quality results.
.
This package contains development files (headers, shared library
symbolic link and pkg-config file).
Package: libsimbody3.5v5-dbg
Architecture: any
Section: debug
Depends: libsimbody3.5v5 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: foreign
Conflicts: libsimbody3.5-dbg
Replaces: libsimbody3.5-dbg
Description: SimTK multibody dynamics API - Debugging Symbols
Simbody is a SimTK toolset providing general multibody dynamics capability,
that is, the ability to solve Newton's 2nd law F=ma in any set of generalized
coordinates subject to arbitrary constraints. Simbody is provided as an open
source, object-oriented C++ API and delivers high-performance,
accuracy-controlled science/engineering-quality results.
.
This package contains the debugging symbols.
Package: simbody-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, libjs-jquery
Multi-Arch: foreign
Description: SimTK multibody dynamics API - Documentation
Simbody is a SimTK toolset providing general multibody dynamics capability,
that is, the ability to solve Newton's 2nd law F=ma in any set of generalized
coordinates subject to arbitrary constraints. Simbody is provided as an open
source, object-oriented C++ API and delivers high-performance,
accuracy-controlled science/engineering-quality results.
.
This package contains documentation (user guides, theory manual, API/Doxygen).
|