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
|
Source: libaria
Priority: extra
Maintainer: Srećko Jurić-Kavelj <srecko.juric-kavelj@fer.hr>
Build-Depends: debhelper (>= 9), swig, python-dev, doxygen
Standards-Version: 3.9.4
Section: libs
Homepage: http://robots.mobilerobots.com/wiki/ARIA
Vcs-Git: git://github.com/jksrecko/libaria.git
Vcs-browser: https://github.com/jksrecko/libaria
Package: libaria-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libaria2 (= ${binary:Version}), ${misc:Depends}
Description: C++ library for MobileRobots/ActivMedia robots (devel)
ARIA is an object oriented toolkit for controlling MobileRobots/ActivMedia
mobile robots and their accessories, and for creating robot control
applications. It also provides many cross-platform and high-level tools for
multimedia, networking, and other useful tasks.
.
This package contains static libraries and header files.
Package: libaria-demo
Section: libdevel
Architecture: any
Depends: libaria2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: C++ library for MobileRobots/ActivMedia robots (demo example)
ARIA is an object oriented toolkit for controlling MobileRobots/ActivMedia
mobile robots and their accessories, and for creating robot control
applications. It also provides many cross-platform and high-level tools for
multimedia, networking, and other useful tasks.
.
This package contains the demo example of the library functions. The example
is renamed to aria-demo and can be used to experiment and test the robot's
hardware.
Package: libaria2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ library for MobileRobots/ActivMedia robots
ARIA is an object oriented toolkit for controlling MobileRobots/ActivMedia
mobile robots and their accessories, and for creating robot control
applications. It also provides many cross-platform and high-level tools for
multimedia, networking, and other useful tasks.
.
This package contains shared libraries.
Package: libaria-dev-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: libaria-dev (= ${binary:Version})
Description: C++ library for MobileRobots/ActivMedia robots (devel docs)
ARIA is an object oriented toolkit for controlling MobileRobots/ActivMedia
mobile robots and their accessories, and for creating robot control
applications. It also provides many cross-platform and high-level tools for
multimedia, networking, and other useful tasks.
.
This package contains doxygen generated documentation.
Package: python-ariapy
Section: python
Architecture: any
Depends: libaria2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: C++ library for MobileRobots/ActivMedia robots (Python bindings)
ARIA is an object oriented toolkit for controlling MobileRobots/ActivMedia
mobile robots and their accessories, and for creating robot control
applications. It also provides many cross-platform and high-level tools for
multimedia, networking, and other useful tasks.
.
This package contains SWIG generated Python bindings.
|