Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.59 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.59 KB

Unofficial mirror of NOVAS: Naval Observatory Vector Astrometry Subroutines

Status

GitHub release Build Status codecov last-commit

Compiling

A Fortran Package Manager manifest file is included, so that the library and test cases can be compiled with FPM. For example:

fpm build --profile release
fpm test --profile release

To use NOVAS within your fpm project, add the following to your fpm.toml file:

[dependencies]
NOVAS = { git="https://github.com/jacobwilliams/NOVAS.git" }

Or, to use a specific version:

[dependencies]
NOVAS = { git="https://github.com/jacobwilliams/NOVAS.git", tag = "3.1.0" }

Documentation

The latest API documentation can be found here. This was generated from the source code using FORD.

See also