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
|
Source: ompl
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
cmake,
curl,
libboost-date-time-dev (>= 1.50.0),
libboost-thread-dev (>= 1.50.0),
libboost-serialization-dev (>= 1.50.0),
libboost-filesystem-dev (>= 1.50.0),
libboost-system-dev (>= 1.50.0),
libboost-program-options-dev (>= 1.50.0),
libboost-test-dev (>= 1.50.0),
libode-dev,
libflann-dev (>= 1.8.3)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ompl.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/ompl.git
Homepage: http://ompl.kavrakilab.org
Package: libompl-dev
Architecture: any
Section: libdevel
Depends: libompl9 (= ${binary:Version}),
pkg-config,
${shlibs:Depends},
${misc:Depends},
libboost-dev
Suggests: libode-dev
Description: OMPL library development files
Consists of a set of sampling-based motion planning
algorithms. The content of the library is limited to these algorithms,
which means there is no environment specification, no collision
detection or visualization. The library is designed so it can be easily
integrated into systems that provide the additional needed components. This
package contains the needed developtment files to use the library.
Package: libompl9
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Sampling-based motion planning library
Consists of a set of sampling-based motion planning
algorithms. The content of the library is limited to these algorithms,
which means there is no environment specification, no collision
detection or visualization. The library is designed so it can be easily
integrated into systems that provide the additional needed components. This
package contains the library itself.
Package: ompl-demos
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
python,
python-matplotlib,
libompl-dev
Description: OMPL library demos
Consists of a set of sampling-based motion planning
algorithms. The content of the library is limited to these algorithms,
which means there is no environment specification, no collision
detection or visualization. The library is designed so it can be easily
integrated into systems that provide the additional needed components. This
package contains a set of demos of the library.
Package: libompl9-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends},
${misc:Depends},
libompl9 (= ${binary:Version}),
libompl-dev
Description: Sampling-based motion planning library debug symbols
Consists of a set of sampling-based motion planning
algorithms. The content of the library is limited to these algorithms,
which means there is no environment specification, no collision
detection or visualization. The library is designed so it can be easily
integrated into systems that provide the additional needed components. This
package contains the debug symbols of the library.
|