File: control

package info (click to toggle)
segyio 1.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,304 kB
  • sloc: cpp: 14,188; ansic: 4,637; python: 4,311; makefile: 38; sh: 23
file content (68 lines) | stat: -rw-r--r-- 2,496 bytes parent folder | download | duplicates (2)
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
Source: segyio
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jørgen Kvalsvik <jokva@equinor.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
               cmake,
               dh-python,
               python3 (>= 3.4),
               python3-all-dev,
               python3-numpy,
               python3-pytest,
               python3-pytest-runner,
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.2.1
Vcs-git: https://salsa.debian.org/science-team/segyio.git
Vcs-browser: https://salsa.debian.org/science-team/segyio
Homepage: https://github.com/statoil/segyio
Testsuite: autopkgtest-pkg-python

Package: libsegyio1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: SEG-Y read/write library for seismic processing (runtime)
 segyio is a fast and practical library for reading and writing seismic data in
 SEG-Y format. segyio is random access oriented for modern computers with
 simple read/write primitives on lines.

Package: libsegyio-dev
Architecture: any
Section: libdevel
Depends: libsegyio1 (= ${binary:Version}),
         ${misc:Depends}
Description: SEG-Y read/write library for seismic processing (development)
 segyio is a fast and practical library for reading and writing seismic data in
 SEG-Y format. segyio is random access oriented for modern computers with
 simple read/write primitives on lines.
 .
 This package includes the header files and the static library.

Package: segyio-bin
Architecture: any
Depends: libsegyio1 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: SEG-Y read/write library for seismic processing (shell utilities)
 segyio is a fast and practical library for reading and writing seismic data in
 SEG-Y format. segyio is random access oriented for modern computers with
 simple read/write primitives on lines.
 .
 This package contains useful shell programs.

Package: python3-segyio
Architecture: any
Section: python
Depends: ${shlibs:Depends},
         ${python3:Depends},
         ${misc:Depends}
Description: SEG-Y read/write library for seismic processing (python3 bindings)
 segyio is a fast and practical library for reading and writing seismic data in
 SEG-Y format. segyio is random access oriented for modern computers simple
 read/write primitives on lines.
 .
 This package contain the python3 interface.