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
|
Source: xenomai
Section: devel
Priority: extra
Maintainer: Roland Stigge <stigge@antcom.de>
Build-Depends: debhelper (>= 7), dh-kpatches, findutils (>= 4.2.28)
Standards-Version: 3.9.1
Homepage: http://www.xenomai.org/
Package: xenomai-runtime
Section: devel
Architecture: amd64 arm armeb armel i386 powerpc
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: linux-patch-xenomai, xenomai-doc
Replaces: xenomai
Conflicts: xenomai
Description: Xenomai runtime utilities
Xenomai is a real-time development framework cooperating with the Linux
kernel in order to provide a pervasive, interface-agnostic, hard real-time
support to user-space applications, seamlessly integrated into the GNU/Linux
environment. Xenomai provides its own API and emulation layers ("skins") to
make migration from other RTOS easier. Examples are: pSOS+, VxWorks, VRTX,
uiTRON, RTAI, POSIX.
.
This package contains the runtime programs and the testsuite for the Xenomai
realtime system.
Package: linux-patch-xenomai
Section: kernel
Architecture: all
Depends: ${kpatch:Depends}, ${misc:Depends}
Suggests: xenomai, linux-source-2.6, kernel-package
Description: Linux kernel patches for Xenomai
Xenomai is a real-time development framework cooperating with the Linux
kernel in order to provide a pervasive, interface-agnostic, hard real-time
support to user-space applications, seamlessly integrated into the GNU/Linux
environment. Xenomai provides its own API and emulation layers ("skins") to
make migration from other RTOS easier. Examples are: pSOS+, VxWorks, VRTX,
uiTRON, RTAI, POSIX.
.
This package contains patches for 2.6 series kernels - These are intended for
use with kernel-package and a virgin Linux source tree. Note: These patches
include the base adeos-ipipe patch along with all the additional material
normally added by the prepare-kernel.sh script.
.
This package contains the following patches:
.
Package: libxenomai1
Section: libs
Architecture: amd64 arm armeb armel i386 powerpc
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: linux-patch-xenomai, xenomai-doc
Replaces: xenomai
Conflicts: xenomai
Description: Shared libraries for Xenomai
Xenomai is a real-time development framework cooperating with the Linux
kernel in order to provide a pervasive, interface-agnostic, hard real-time
support to user-space applications, seamlessly integrated into the GNU/Linux
environment. Xenomai provides its own API and emulation layers ("skins") to
make migration from other RTOS easier. Examples are: pSOS+, VxWorks, VRTX,
uiTRON, RTAI, POSIX.
.
This package contains the shared libraries.
Package: libxenomai-dev
Section: libdevel
Architecture: amd64 arm armeb armel i386 powerpc
Depends: libxenomai1 (= ${binary:Version}), ${misc:Depends}
Suggests: linux-patch-xenomai, xenomai-doc
Replaces: xenomai
Conflicts: xenomai
Description: Headers and static libs for Xenomai
Xenomai is a real-time development framework cooperating with the Linux
kernel in order to provide a pervasive, interface-agnostic, hard real-time
support to user-space applications, seamlessly integrated into the GNU/Linux
environment. Xenomai provides its own API and emulation layers ("skins") to
make migration from other RTOS easier. Examples are: pSOS+, VxWorks, VRTX,
uiTRON, RTAI, POSIX.
.
This package contains development files (header files), the static libraries
and scripts used to compile realtime applications.
Package: xenomai-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: xenomai
Conflicts: xenomai-docs
Replaces: xenomai-docs
Description: Xenomai documentation
Xenomai is a real-time development framework cooperating with the Linux
kernel in order to provide a pervasive, interface-agnostic, hard real-time
support to user-space applications, seamlessly integrated into the GNU/Linux
environment. Xenomai provides its own API and emulation layers ("skins") to
make migration from other RTOS easier. Examples are: pSOS+, VxWorks, VRTX,
uiTRON, RTAI, POSIX.
.
Documentation for Xenomai realtime API.
|