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
|
Source: xylib
Priority: optional
Maintainer: Marcin Wojdyr <wojdyr@gmail.com>
Uploaders: Carlo Segre <segre@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, zlib1g-dev, libbz2-dev, libboost-dev
Standards-Version: 3.9.5
Section: science
Homepage: http://xylib.sourceforge.net/
Package: libxy3v5
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: fityk (<< 0.9.2)
Suggests: fityk (>= 0.9.2)
Conflicts: libxy3
Replaces: libxy3
Description: Library for reading x-y data from several file formats
C++ library for reading files that contain x-y data from powder diffraction,
spectroscopy and other experimental methods. The supported formats include:
VAMAS, pdCIF, Bruker UXD and RAW, Philips UDF and RD, Rigaku DAT,
Sietronics CPI, DBWS/DMPLOT, Koalariet XDD and others.
Package: libxy-dev
Section: libdevel
Architecture: any
Depends: libxy3v5 (= ${binary:Version}), ${misc:Depends}
Description: xylib development files
Development files for xylib.
.
xylib is a C++ library for reading files that contain x-y data from powder
diffraction, spectroscopy and other experimental methods.
Package: libxy-bin
Architecture: any
Depends: libxy3v5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: xylib - utilities
xylib is a C++ library for reading files that contain x-y data from powder
diffraction, spectroscopy and other experimental methods.
.
This package contains a small program xyconv that converts files supported
by the xylib library to TSV (tab-separated values).
|