-
Notifications
You must be signed in to change notification settings - Fork 1
/
component.xml.in
42 lines (41 loc) · 1.83 KB
/
component.xml.in
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
<?xml version="1.0"?>
<!DOCTYPE component SYSTEM "componentinfo.dtd">
<!-- @configure_input@ -->
<component id="@PACKAGE@" support="S">
<version>@PACKAGE_VERSION@</version>
<path>libext/hds-v5</path>
<description>Hierarchical Data System layered on HDF5</description>
<abstract>
<p>HDS is a file-based hierarchical data system designed for the
storage of a wide variety of information. It is particularly
suited to the storage of large multi-dimensional arrays (with
their ancillary data) where efficient access is needed.</p>
<p>HDS organises data into hierarchies, broadly similar to the
directory structure of a hierarchical filing system, but
contained within a single HDS container file. The
structures stored in these files are self-describing and
flexible; HDS supports modification and extension of structures
previously created, as well as deletion, copying, renaming, etc..</p>
<p>All information stored in HDS files is portable between the
machines on which HDS is implemented. Thus, there are no format
conversion problems when moving between machines.</p>
<p>The routines in this package may be used to perform operations
on any HDS data. In addition, HDS forms a toolkit for the
construction of higher level (more specialised) data structures
and the software which accesses them. HDS routines are
therefore invoked indirectly by many other items of Starlink
software.</p>
</abstract>
<dependencies @STAR_DEPENDENCIES_ATTRIBUTES@>
@STAR_DEPENDENCIES_CHILDREN@
</dependencies>
<developers>
<person>
<name>Tim Jenness</name>
<role>owner</role>
</person>
</developers>
<documentation>@STAR_DOCUMENTATION@</documentation>
<bugreports>@PACKAGE_BUGREPORT@</bugreports>
<!-- <notes><p></p></notes> -->
</component>