Source: mujoco
Section: science
Homepage: https://mujoco.org/
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/deeplearning-team/mujoco.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/mujoco
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               dh-exec,
               libabsl-dev <!nocheck>,
               libbenchmark-dev <!nocheck>,
               libccd-dev,
               libeigen3-dev,
               libglfw3-dev,
               libgmock-dev <!nocheck>,
               libgtest-dev <!nocheck>,
               liblodepng-dev,
               libqhull-dev,
               libtinyobjloader-dev,
               libtinyxml2-dev,
               ninja-build

Package: libmujoco3.5.0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: MuJoCo physics simulator - shared library
 MuJoCo stands for Multi-Joint dynamics with Contact. It is a general purpose
 physics engine that aims to facilitate research and development in robotics,
 biomechanics, graphics and animation, machine learning, and other areas which
 demand fast and accurate simulation of articulated structures interacting with
 their environment.
 .
 MuJoCo has a C API and is intended for researchers and developers. The runtime
 simulation module is tuned to maximize performance and operates on low-level
 data structures that are preallocated by the built-in XML compiler. The library
 includes interactive visualization with a native GUI, rendered in OpenGL.
 MuJoCo further exposes a large number of utility functions for computing
 physics-related quantities.
 .
 This package contains the shared library.

Package: libmujoco-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmujoco3.5.0 (= ${binary:Version}), ${misc:Depends}
Description: MuJoCo physics simulator - development files
 MuJoCo stands for Multi-Joint dynamics with Contact. It is a general purpose
 physics engine that aims to facilitate research and development in robotics,
 biomechanics, graphics and animation, machine learning, and other areas which
 demand fast and accurate simulation of articulated structures interacting with
 their environment.
 .
 MuJoCo has a C API and is intended for researchers and developers. The runtime
 simulation module is tuned to maximize performance and operates on low-level
 data structures that are preallocated by the built-in XML compiler. The library
 includes interactive visualization with a native GUI, rendered in OpenGL.
 MuJoCo further exposes a large number of utility functions for computing
 physics-related quantities.
 .
 This package contains the development files (headers and static library).

Package: libmujoco-samples
Section: libdevel
Architecture: any
Multi-Arch: foreign
Depends: libmujoco3.5.0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: MuJoCo physics simulator - sample programs and models
 MuJoCo stands for Multi-Joint dynamics with Contact. It is a general purpose
 physics engine that aims to facilitate research and development in robotics,
 biomechanics, graphics and animation, machine learning, and other areas which
 demand fast and accurate simulation of articulated structures interacting with
 their environment.
 .
 MuJoCo has a C API and is intended for researchers and developers. The runtime
 simulation module is tuned to maximize performance and operates on low-level
 data structures that are preallocated by the built-in XML compiler. The library
 includes interactive visualization with a native GUI, rendered in OpenGL.
 MuJoCo further exposes a large number of utility functions for computing
 physics-related quantities.
 .
 This package contains sample programs and demonstration models.
