chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] The .setup file


From: Pupeno
Subject: Re: [Chicken-users] The .setup file
Date: Mon, 28 Nov 2005 01:56:41 -0300
User-agent: KMail/1.8.3

On Wednesday 02 November 2005 03:39, felix winkelmann wrote:
> On 11/2/05, Pupeno <address@hidden> wrote:
> > I see that when you install an extension with chicken-setup it generates
> > a extension-name.setup file on the .../lib/chicken/ directory (along with
> > extension-name.so). Well, I have generate the .so using SCons (an awesome
> > building tool that I like a lot! :) and now I need some way to generate
> > extension-name.setup, is that possible ? maybe calling chicken-setup with
> > some parameters ?
>
> You can generate it yourself quite easily: just create a list
> containing lists in the directory given by `chicken-setup -repository'
> (or call `(repository-path)'). Mostly, you just have to take care of three
> properties:
>
> (files LIST-OF-ABSOLUTE-FILENAMES ...)
> (documentation HTMLFILE)  ; optional
> (syntax)       ; means this is a syntax-extension
> (require-at-runtime SYMBOL)   ; a separate extension (or .so) that is to be
>                   ; `require'd at runtime.

I have just inspected syntax-case and I notice it also has a (version 6.97), 
is that standard ? new ? deprecated ?

Thank you.
-- 
Pupeno <address@hidden> (http://pupeno.com)

Attachment: pgpFgKrbeLxua.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]