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
|
Source: erfa
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/erfa.git
Vcs-Git: https://anonscm.debian.org/git/debian-astro/packages/erfa.git
Homepage: https://github.com/liberfa/erfa
Package: liberfa1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Essential Routines for Fundamental Astronomy
ERFA is a C library containing key algorithms for astronomy, and is
based on the SOFA library published by the International Astronomical
Union (IAU).
.
It is intended to replicate the functionality of SOFA (aside from
possible bugfixes in ERFA that have not yet been included in SOFA),
but is licensed under a three-clause BSD license to enable its
compatibility with a wide range of open source licenses. Permission
for this release has been obtained from the SOFA board.
.
This package contains the shared library.
Package: liberfa-dev
Architecture: any
Section: libdevel
Depends: liberfa1 (= ${binary:Version}),
${misc:Depends}
Description: Essential Routines for Fundamental Astronomy (development files)
ERFA is a C library containing key algorithms for astronomy, and is
based on the SOFA library published by the International Astronomical
Union (IAU).
.
It is intended to replicate the functionality of SOFA (aside from
possible bugfixes in ERFA that have not yet been included in SOFA),
but is licensed under a three-clause BSD license to enable its
compatibility with a wide range of open source licenses. Permission
for this release has been obtained from the SOFA board.
.
This package contains the header files and the static library.
|