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
|
Source: hkl
Section: science
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
Dm-Upload-Allowed: yes
Homepage: http://www.synchrotron-soleil.fr/portal/page/portal/Instrumentation/EnvironnementInstrumental/hkl
Standards-Version: 3.9.0
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/hkl.git
Vcs-Git: git://git.debian.org/git/debian-science/packages/hkl.git
Build-Depends: debhelper (>= 7.0.50), libgsl0-dev, libgtkmm-2.4-dev
Package: ghkl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: diffractometer computation control library
The hkl library is a framework for diffraction computation and
diffractometer control, heavily used at the SOLEIL synchrotron. It
supports various types of diffractometer geometry: Eulerian 4-circle,
Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
geometry. For each of these it provides several numerically computed
modes, such as bisector and constant psi.
.
This package provides a gui on top of the hkl library.
Package: libhkl4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libhkl-doc
Description: diffractometer computation control library
The hkl library is a framework for diffraction computation and
diffractometer control, heavily used at the SOLEIL synchrotron. It
supports various types of diffractometer geometry: Eulerian 4-circle,
Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
geometry. For each of these it provides several numerically computed
modes, such as bisector and constant psi.
.
This package provides the runtime hkl library.
Package: libhkl-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libhkl4 (= ${binary:Version}), libgsl0-dev, dpkg (>= 1.15.4) | install-info
Description: diffractometer computation control library - development files
The hkl library is a framework for diffraction computation and
diffractometer control, heavily used at the SOLEIL synchrotron. It
supports various types of diffractometer geometry: Eulerian 4-circle,
Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
geometry. For each of these it provides several numerically computed
modes, such as bisector and constant psi.
.
This package provides everything needed to link against hkl.
Package: libhkl-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libhkl4 (= ${binary:Version})
Description: diffractometer computation control library - debug symbols
The hkl library is a framework for diffraction computation and
diffractometer control, heavily used at the SOLEIL synchrotron. It
supports various types of diffractometer geometry: Eulerian 4-circle,
Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
geometry. For each of these it provides several numerically computed
modes, such as bisector and constant psi.
.
This package provides the debug files for hkl.
Package: libhkl-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: diffractometer computation control library - documentation
The hkl library is a framework for diffraction computation and
diffractometer control, heavily used at the SOLEIL synchrotron. It
supports various types of diffractometer geometry: Eulerian 4-circle,
Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
geometry. For each of these it provides several numerically computed
modes, such as bisector and constant psi.
.
This package provides the documentation for hkl.
|