On 11/28/05, Pupeno <[EMAIL PROTECTED]> wrote: > > I have just inspected syntax-case and I notice it also has a (version 6.97), > is that standard ? new ? deprecated ? >
Yes, that is kind of standard. In fact, the whole meta-info list that is passed to `install-extension' is merged into the generated .setup(-info) file. An extension can put arbitrary properties in there, and `extension-info' can retrieve this list. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
