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
|
Source: laszip
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: chrpath,
cmake (>= 2.8.11),
debhelper (>= 10~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/laszip
Vcs-Git: https://salsa.debian.org/debian-gis-team/laszip.git
Homepage: https://laszip.org/
Package: liblaszip8
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Lossless LiDAR compression - shared library
LASzip quickly turns bulky LAS files into compact LAZ files without
information loss.
.
This package contains the shared library.
Package: liblaszip-api8
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Lossless LiDAR compression - API shared library
LASzip quickly turns bulky LAS files into compact LAZ files without
information loss.
.
This package contains the API shared library.
Package: liblaszip-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: liblaszip8 (= ${binary:Version}),
liblaszip-api8 (= ${binary:Version}),
${misc:Depends}
Description: Lossless LiDAR compression - development files
LASzip quickly turns bulky LAS files into compact LAZ files without
information loss.
.
This package contains development files.
|