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
|
Source: orthanc-dicomweb
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sebastien Jodogne <s.jodogne@gmail.com>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
pybuild-plugin-pyproject,
fonts-font-awesome,
libjs-bootstrap5,
libjs-vue,
libgtest-dev,
liborthancframework-dev,
node-axios,
orthanc-dev,
unzip,
uuid-dev,
yui-compressor,
zlib1g-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/orthanc-dicomweb
Vcs-Git: https://salsa.debian.org/med-team/orthanc-dicomweb.git
Homepage: https://orthanc.uclouvain.be/book/plugins/dicomweb.html
Rules-Requires-Root: no
Package: orthanc-dicomweb
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
orthanc (>= 1.11.1)
Built-Using: ${orthancframework:Built-Using}
Description: Plugin to extend Orthanc with support of WADO and DICOMweb
Orthanc DICOMweb is a plugin to Orthanc, the lightweight, RESTful Vendor
Neutral Archive for medical imaging. It extends the Orthanc core with
support of the WADO (now known as WADO-URI) and DICOMweb (QIDO-RS,
STOW-RS, WADO-RS) standards.
|