Re: [Chicken-users] ported Ephem egg to Chicken 5

2019-07-15 Thread Mario Domenech Goulart
Hi Rob,

On Mon, 15 Jul 2019 20:39:59 -0400 Rob Altenburg  wrote:

> This egg contains bindings to the libnova library which is "a general
> purpose, double precision, Celestial Mechanics, Astrometry and
> Astrodynamics library" available under the GNU LPGL.
>
> See: https://github.com/RobAltenburg/ephem
>
> None of the features have changed, but it no longer requires the
> SRFI-19 egg.

Thanks.

I noticed a couple of issues:

* ephem-common.scm tries to import `foreign', which is only valid in
  CHICKEN 4 (compilation fails on CHICKEN 5).

* The category should probably be misc (currently it is miscellaneous).

All the best.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] ported Ephem egg to Chicken 5

2019-07-15 Thread Rob Altenburg
This egg contains bindings to the  libnova  
library which is "a general purpose, double precision, Celestial Mechanics, 
Astrometry and Astrodynamics library" available under the GNU LPGL.

See: https://github.com/RobAltenburg/ephem 


None of the features have changed, but it no longer requires the SRFI-19 egg.

—
Rob___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users