gdbm: A separately buildable FFI wrapper.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 1 Sep 2013 01:12:05 +0000 (18:12 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 1 Sep 2013 01:12:05 +0000 (18:12 -0700)
commit75db6ae159561994d1a22f11c95534d94c489753
treebcb1cac4b2f2645517c08ae2086286374e003ea6
parent7d958b9d2b1466ed379ea5a72b98ed56024ade02
gdbm: A separately buildable FFI wrapper.

This is a drop-in replacement for the gdbm microcode module and
runtime/gdbm.scm.  Run `make install' and install the following in
your optiondb.scm.

(define-load-option 'GDBM2 (guarded-system-loader '(gdbm) "gdbm"))

You will need to call it GDBM2 while GDBM refers to the original
microcode module wrapper.
src/gdbm/Makefile [new file with mode: 0644]
src/gdbm/check.scm [new file with mode: 0644]
src/gdbm/compile.scm [new file with mode: 0644]
src/gdbm/gdbm-adapter.c [new file with mode: 0644]
src/gdbm/gdbm-check.scm [new file with mode: 0644]
src/gdbm/gdbm-shim.h [new file with mode: 0644]
src/gdbm/gdbm.cdecl [new file with mode: 0644]
src/gdbm/gdbm.pkg [new file with mode: 0644]
src/gdbm/gdbm.scm [new file with mode: 0644]
src/gdbm/make.scm [new file with mode: 0644]