source: trunk/FACT++/pal/component.xml.in@ 20084

Last change on this file since 20084 was 18347, checked in by tbretz, 9 years ago
File size: 888 bytes
Line 
1<?xml version="1.0"?>
2<!DOCTYPE component SYSTEM "componentinfo.dtd">
3<!-- @configure_input@ -->
4
5<component id="@PACKAGE@" support="S">
6 <version>@PACKAGE_VERSION@</version>
7 <path>libext/pal</path>
8 <description>Positional Astronomy Library</description>
9 <abstract><p>
10 This library is a collection of code designed to aid in
11 replacing the SLA library with code from SOFA.
12
13 Where possible the API is similar to the C SLA API
14 except for the use of a "pal" prefix.
15 </p></abstract>
16 <dependencies @STAR_DEPENDENCIES_ATTRIBUTES@>
17 @STAR_DEPENDENCIES_CHILDREN@
18 </dependencies>
19 <developers>
20 <person>
21 <name>Tim Jenness</name>
22 <uname>t.jenness@jach.hawaii.edu</uname>
23 </person>
24 </developers>
25 <documentation>@STAR_DOCUMENTATION@</documentation>
26 <bugreports>@PACKAGE_BUGREPORT@</bugreports>
27 <!-- <notes><p></p></notes> -->
28</component>
Note: See TracBrowser for help on using the repository browser.