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
|
Source: openigtlink
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Belhachemi <domibel@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
cmake,
cdbs
Build-Depends-Indep: doxygen-latex
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/science-team/openigtlink.git
Vcs-Git: https://salsa.debian.org/science-team/openigtlink.git
Homepage: http://openigtlink.org
Package: libopenigtlink-dev
Architecture: any
Section: libdevel
Depends: libopenigtlink1.11 (= ${binary:Version}),
${misc:Depends}
Breaks: libopenigtlink1-dev (<< 1.10.4~git20131104+3ac531115f-2)
Replaces: libopenigtlink1-dev (<< 1.10.4~git20131104+3ac531115f-2)
Description: Open IGT Link is a simple network protocol - development
Open IGT Link is a simple network protocol intended for trackers,
robots and other devices to send data to the main application.
Some devices might also accept commands.
.
For example applications may include:
* Stereotactic surgical guidance using optical position sensor and
medical image visualization software.
* Intraoperative image guidance using real-time MRI and medical image
visualization software
* Robot-assisted intervention using robotic device and surgical planning
software
.
This package contains the development files needed to build
your own IGT applications.
Package: libopenigtlink1.11
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Open IGT Link is a simple network protocol - runtime
Open IGT Link is a simple network protocol intended for trackers,
robots and other devices to send data to the main application.
Some devices might also accept commands.
.
For example applications may include:
* Stereotactic surgical guidance using optical position sensor and
medical image visualization software.
* Intraoperative image guidance using real-time MRI and medical image
visualization software
* Robot-assisted intervention using robotic device and surgical planning
software
.
This package contains library files for OpenIGTLink.
Package: openigtlink-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Open IGT Link is a simple network protocol - documentation
Open IGT Link is a simple network protocol intended for trackers,
robots and other devices to send data to the main application.
Some devices might also accept commands.
.
For example applications may include:
* Stereotactic surgical guidance using optical position sensor and
medical image visualization software.
* Intraoperative image guidance using real-time MRI and medical image
visualization software
* Robot-assisted intervention using robotic device and surgical planning
software
.
This package contains documentation files for OpenIGTLink.
Package: openigtlink-examples
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libopenigtlink-dev
Description: Open IGT Link is a simple network protocol - examples
Open IGT Link is a simple network protocol intended for trackers,
robots and other devices to send data to the main application.
Some devices might also accept commands.
.
For example applications may include:
* Stereotactic surgical guidance using optical position sensor and
medical image visualization software.
* Intraoperative image guidance using real-time MRI and medical image
visualization software
* Robot-assisted intervention using robotic device and surgical planning
software
.
This package contains examples from the OpenIGTLink source.
.
Consult /usr/share/doc/libopenigtlink-dev/README.Debian for details.
|