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
|
Source: supernovas
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Attila Kovacs <attila.kovacs@cfa.harvard.edu>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: doxygen
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/supernovas
Vcs-Git: https://salsa.debian.org/debian-astro-team/supernovas.git
Homepage: https://smithsonian.github.io/SuperNOVAS
Rules-Requires-Root: no
Package: libsupernovas1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: libsupernovas-cio-data (= ${binary:Version})
Description: SuperNOVAS C/C++ astrometry library
SuperNOVAS is a C/C++ astronomy library, providing high-precision astronomical
calculations such as one might need for running an observatory or a precise
planetarium program. It is a fork of the Naval Observatory Vector Astrometry
Software (NOVAS) C version 3.1, providing bug fixes and making it easier to
use overall.
.
The main goals of SuperNOVAS are to improve usability, add new features,
promote best practices, and provide accessible documentation -- all while
retaining 100% API compatibility with NOVAS C 3.1. Thus, if you have written
code for NOVAS C 3.1, you can build it with SuperNOVAS also.
SuperNOVAS is entirely free to use without licensing restrictions. Its source
code is compatible with the C90 standard, and hence should be suitable for old
and new platforms alike. It is light-weight and easy to use, with full support
for the IAU 2000/2006 standards for sub-micro-arc-second position.
Package: libsolsys1-1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
libsupernovas1 (= ${binary:Version})
Description: Legacy solar-system plugin for JPL DE200 through DE421
Optional SuperNOVAS plugin library that provides legacy solar-system routines
for accessing older JPL planetary data (DE200 through DE421).
Package: libsolsys2-1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
libsupernovas1 (= ${binary:Version})
Description: Legacy solar-system plugin for the JPL PLEPH routines
Optional SuperNOVAS plugin library that provides legacy solar-system routines
for accessing older JPL planetary data through the JPL PLEPH routines. It
requires a user-provided FORTRAN adapter module, and PLEPH library. This
package is provided only to support legacy applications that were written for
that particular interfacing.
Package: libsupernovas-cio-data
Architecture: all
Section: libs
Depends: ${misc:Depends}
Description: CIO location data for the SuperNOVAS C/C++ astronomy library
Optional CIO location vs GCRS lookup table. This file is not normally
required for the operation of the library. It is needed only if the user
explicitly needs to know the location of the CIO vs GCRS, rather than w.r.t.
the equinox of date.
.
Applications that require CIO location w.r.t. the GCRS should depend on this
sub-package.
Package: libsupernovas-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libsupernovas1 (= ${binary:Version}),
libsolsys1-1 (= ${binary:Version}),
libsolsys2-1 (= ${binary:Version})
Description: C development files for the SuperNOVAS C/C++ astronomy library
This sub-package provides C headers and non-versioned shared library symbolic
links for the SuperNOVAS C/C++ library.
Package: libsupernovas-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Documentation for the SuperNOVAS C/C++ astronomy library
This package provides man pages and HTML documentation for the SuperNOVAS
C/C++ astronomy library.
|