File: control

package info (click to toggle)
jhdf 2.11.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 39,996 kB
  • ctags: 17,959
  • sloc: java: 100,416; ansic: 24,920; sh: 2,256; makefile: 957; cpp: 48
file content (113 lines) | stat: -rw-r--r-- 4,166 bytes parent folder | download
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Source: jhdf
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               autotools-dev,
               cdbs,
               default-jdk (>= 2:1.6),
               libjpeg-dev,
               zlib1g-dev,
               libhdf4-dev,
               libhdf5-dev,
               automake,
               autoconf,
               imagemagick,
               libslf4j-java
Standards-Version: 3.9.8
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/jhdf/
Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/jhdf/
Homepage: http://www.hdfgroup.org/hdf-java-html/

Package: libjhdf5-java
Architecture: any
Section: java
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libjhdf5-jni
Description: Java HDF5 Object Package
 HDF is a versatile data model that can represent very complex data objects
 and a wide variety of metadata. It is a completely portable file format
 with no limit on the number or size of data objects in the collection.
 .
 This Java package implements HDF5 data objects in an
 object-oriented form. It provides a common Java API for accessing HDF5 files.

Package: libjhdf5-jni
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Java HDF5 Object Package (Java JNI library)
 HDF is a versatile data model that can represent very complex data objects
 and a wide variety of metadata. It is a completely portable file format
 with no limit on the number or size of data objects in the collection.
 .
 This Java package implements HDF5 data objects in an 
 object-oriented form. It provides a common Java API for accessing HDF5 files.
 .
 This package includes the architecture specific Java Native Interface part
 for the Java bindings for HDF5.

Package: libjhdf-doc
Architecture: all
Section: doc
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Java HDF Object Package - Documentation
 HDF is a versatile data model that can represent very complex data objects
 and a wide variety of metadata. It is a completely portable file format
 with no limit on the number or size of data objects in the collection.
 .
 This package includes the documentation for HDF/HDF5 packages.

Package: libjhdf4-java
Architecture: any
Section: java
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libjhdf4-jni
Description: Java HDF4 Object Package
 HDF is a versatile data model that can represent very complex data objects
 and a wide variety of metadata. It is a completely portable file format
 with no limit on the number or size of data objects in the collection.
 .
 This Java package implements HDF4 data objects in an 
 object-oriented form. It provides a common Java API for accessing HDF4 files.
 .
 This package includes the architecture specific Java Native Interface part
 for the Java bindings for HDF4.

Package: libjhdf4-jni
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Java HDF4 Object Package (Java JNI library)
 HDF is a versatile data model that can represent very complex data objects
 and a wide variety of metadata. It is a completely portable file format
 with no limit on the number or size of data objects in the collection.
 .
 This Java package implements HDF4 data objects in an 
 object-oriented form. It provides a common Java API for accessing HDF4 files.
 .
 This package includes the architecture specific Java Native Interface part
 for the Java bindings for HDF4.

Package: hdfview
Architecture: any
Section: science
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libjgraph-java,
         libjhdf5-java,
         libjhdf4-java,
         libslf4j-java,
         java-wrappers,
         default-jre
Suggests: www-browser
Description: Java HDF Object viewer
 HDF is a versatile data model that can represent very complex data objects
 and a wide variety of metadata. It is a completely portable file format
 with no limit on the number or size of data objects in the collection.
 .
 This package provides a HDF4/HDF5 viewer.