1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/g-wrap/pkg-descr

16 lines
607 B
Plaintext
Raw Normal View History

G-Wrap -- A tool for exporting C libraries into Scheme interpreters
===================================================================
This is a tool for specifying types, functions, and constants to
import into a Scheme interpreter, and for generating code (in C) to
interface these to the Guile and RScheme interpreters in particular.
Read the manual (doc/g-wrap.texi,
WWW: http://www.cs.cmu.edu/afs/cs/usr/chrislee/www/g-wrap/g-wrap_toc.html,
or http://www.cs.cmu.edu/afs/cs/usr/chrislee/www/g-wrap/g-wrap.ps.gz)
to learn how to use this package.
Author
======
Christopher Lee (chrislee@ri.cmu.edu)