(module (libyaml) () ;XXX: The egg replace C library from libyaml to libfyaml. ; : To keep the global egg name here use the old name. ; : But all other places should use libfyaml instead (import scheme (chicken module)) (define-syntax importrec (syntax-rules () ((importrec lib ...) (begin (import lib ...)(reexport lib ...))))) (importrec (libfyaml libfyaml.h)) (importrec (libfyaml if)) (importrec (libfyaml yaml2ss)) (importrec (libfyaml ss2yaml)) )