-
Notifications
You must be signed in to change notification settings - Fork 12
/
component.xml
28 lines (26 loc) · 960 Bytes
/
component.xml
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
<?xml version="1.0"?>
<!DOCTYPE component SYSTEM "componentinfo.dtd">
<!-- component.xml. Generated from component.xml.in by configure. -->
<component id="pal" support="S">
<version>0.9.10</version>
<path>libext/pal</path>
<description>Positional Astronomy Library</description>
<abstract><p>
This library is a collection of code designed to aid in
replacing the SLA library with code from SOFA.
Where possible the API is similar to the C SLA API
except for the use of a "pal" prefix.
</p></abstract>
<dependencies >
<build>erfa</build><build>starutil</build><link>erfa</link><link>starutil</link><sourceset>star2html</sourceset>
</dependencies>
<developers>
<person>
<name>Tim Jenness</name>
<uname>[email protected]</uname>
</person>
</developers>
<documentation> sun267</documentation>
<bugreports>[email protected]</bugreports>
<!-- <notes><p></p></notes> -->
</component>