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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: sdformat
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jose Luis Rivero <jrivero@osrfoundation.org>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
doxygen,
graphviz,
ignition-tools,
libgtest-dev,
libignition-math-dev (>= 6),
libignition-utils-dev,
libtinyxml2-dev,
liburdfdom-dev,
python3,
pkg-config,
ruby,
texlive-base,
texlive-fonts-recommended,
texlive-latex-extra,
texlive-latex-recommended,
texlive-plain-generic,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/science-team/sdformat
Vcs-Git: https://salsa.debian.org/science-team/sdformat.git
Homepage: http://sdformat.org
Rules-Requires-Root: no
Package: libsdformat12-12
Architecture: any
Multi-Arch: same
Section: libs
Depends: sdformat-sdf (>= ${source:Version}),
${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Simulation Description Format (SDF) parser - Shared library
SDF is an XML file format that describes environments, objects, and robots
in a manner suitable for robotic applications. SDF is capable of representing
and describing different physic engines, lighting properties, terrain, static
or dynamic objects, and articulated robots with various sensors, and acutators.
The format of SDF is also described by XML, which facilitates updates and
allows conversion from previous versions. A parser is also contained within
this package that reads SDF files and returns a C++ interface.
.
This package gathers the shared library
Package: libsdformat-dev
Architecture: any
Section: libdevel
Depends: libignition-math-dev (>= 6),
libignition-utils-dev,
libsdformat12-12 (= ${binary:Version}),
${misc:Depends}
Breaks: libsdformat4-dev, libsdformat6-dev (<< 9.2.0+dfsg-1~)
Replaces: libsdformat4-dev, libsdformat6-dev (<< 9.2.0+dfsg-1~)
Description: Simulation Description Format (SDF) parser - Development files
SDF is an XML file format that describes environments, objects, and robots
in a manner suitable for robotic applications. SDF is capable of representing
and describing different physic engines, lighting properties, terrain, static
or dynamic objects, and articulated robots with various sensors, and acutators.
The format of SDF is also described by XML, which facilitates updates and
allows conversion from previous versions. A parser is also contained within
this package that reads SDF files and returns a C++ interface.
.
This package contains development files (headers, shared library
symbolic link and cmake file).
Package: libsdformat6-dev
Depends: libsdformat-dev, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.
Package: sdformat-sdf
Architecture: all
Multi-Arch: foreign
Section: libs
Depends: ${misc:Depends}
Description: Simulation Description Format (SDF) parser - SDF files
SDF is an XML file format that describes environments, objects, and robots
in a manner suitable for robotic applications. SDF is capable of representing
and describing different physic engines, lighting properties, terrain, static
or dynamic objects, and articulated robots with various sensors, and acutators.
The format of SDF is also described by XML, which facilitates updates and
allows conversion from previous versions. A parser is also contained within
this package that reads SDF files and returns a C++ interface.
.
This package contains SDF (Simulation Description Format) XML files needed by
the libsdformat.
Package: sdformat-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
libjs-jquery, libjs-mathjax
Description: Simulation Description Format (SDF) parser - Documentation
SDF is an XML file format that describes environments, objects, and robots
in a manner suitable for robotic applications. SDF is capable of representing
and describing different physic engines, lighting properties, terrain, static
or dynamic objects, and articulated robots with various sensors, and acutators.
The format of SDF is also described by XML, which facilitates updates and
allows conversion from previous versions. A parser is also contained within
this package that reads SDF files and returns a C++ interface.
.
This package contains the program documentation
|