347
|
1 |
Source: canfestival
|
|
2 |
Section: devel
|
|
3 |
Priority: standard
|
|
4 |
Maintainer: lolitech <gregory.trelat@lolitech.fr>
|
|
5 |
Build-Depends: debhelper (>= 5), autotools-dev, libwxgtk2.8-dev
|
|
6 |
Standards-Version: 3.7.2
|
|
7 |
|
|
8 |
Package: canfestival
|
|
9 |
Architecture: any
|
|
10 |
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
11 |
Description: <insert up to 60 chars description>
|
|
12 |
|
|
13 |
Package: canfestival-devel
|
|
14 |
Architecture: all
|
|
15 |
Description: Canfestival library
|
|
16 |
This package contains the CanFestival library for unix platform.
|
|
17 |
|
|
18 |
Package: canfestival-examples
|
|
19 |
Architecture: all
|
|
20 |
Description: Program's Examples for canfestival
|
|
21 |
This package contains some test programs you can use as example
|
|
22 |
for your own developments.
|
|
23 |
- TestMasterSlave : Two CanOpen nodes in the same process
|
|
24 |
- TestMasterMicromod : A CanOpen master that control a peak MicroMod module
|
|
25 |
- DS401_Master : Master Node for the DS401_Slave_Gui
|
|
26 |
- DS401_Slave_Gui : Simulate an I/O module with GUI
|
|
27 |
|
|
28 |
Package: canfestival-doc
|
|
29 |
Architecture: all
|
|
30 |
Description: Documentation for canfestival
|
|
31 |
|
|
32 |
Package: canfestival-peak
|
|
33 |
Architecture: all
|
|
34 |
Description: Can Driver Interface for Peak Driver
|
|
35 |
|
|
36 |
Package: canfestival-objdictedit
|
|
37 |
Architecture: all
|
|
38 |
Depends: python-wxgtk2.8, xpdf
|
|
39 |
Description: A CanOpen Node Editor
|
|
40 |
Objdictedit, the Object Dictionary Editor, is a WxPython based GUI that is used to
|
|
41 |
create the C file needed to create a new CanOpen node.
|
|
42 |
|