mhash: A separately buildable FFI wrapper.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 8 Sep 2013 19:34:54 +0000 (12:34 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 8 Sep 2013 19:34:54 +0000 (12:34 -0700)
commita6054bea7feefed5f7371975cf2967af1be53be3
tree13bde23f180bbcbfbd30a210d154b22deeb3ff30
parent6d326b722fc37367272717c2e2667f99965e3c76
mhash: A separately buildable FFI wrapper.
12 files changed:
src/mhash/Makefile.in [new file with mode: 0644]
src/mhash/README [new file with mode: 0644]
src/mhash/check.scm [new file with mode: 0644]
src/mhash/compile.scm [new file with mode: 0644]
src/mhash/configure.ac [new file with mode: 0644]
src/mhash/make.scm [new file with mode: 0644]
src/mhash/mhash-adapter.c [new file with mode: 0644]
src/mhash/mhash-check.scm [new file with mode: 0644]
src/mhash/mhash-shim.h [new file with mode: 0644]
src/mhash/mhash.cdecl [new file with mode: 0644]
src/mhash/mhash.pkg [new file with mode: 0644]
src/mhash/mhash.scm [new file with mode: 0644]