[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36652] [PATCH 1/2] gnu: Add libnova.
From: |
Ludovic Courtès |
Subject: |
[bug#36652] [PATCH 1/2] gnu: Add libnova. |
Date: |
Wed, 17 Jul 2019 15:12:30 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Hello!
Efraim Flashner <address@hidden> skribis:
> * gnu/packages/astronomy.scm (libnova): New variable.
[...]
> + (synopsis "Celestial mechanics, astrometry and astrodynamics library")
> + (description "Libnova is a general purpose, double precision, Celestial
> +Mechanics, Astrometry and Astrodynamics library.")
> + (home-page "http://libnova.sourceforge.net/")
> + (license (list license:lgpl2.0
^
Extra space here and on the line before. :-)
>From a quick sampling of the source file headers, it appears to be
‘lgpl2.0+’.
> + license:gpl2)))) ; examples/transforms.c & lntest/*.c
These files are ‘gpl2+’ AFAICS.
Otherwise LGTM, thanks!
Ludo’.