Ramarren / cffi-stfl
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
bindings.lisp | ||
| |
cffi-stfl.asd | ||
| |
package.lisp | ||
| |
wrap.lisp |
README.markdown
- Overview
This are CFFI bindings for STFL, Structured Terminal Forms Language/Library.
- Notes
This is almost completely untested. Only most basic display/event handling was checked at all. In particular I am worried about threading, as STFL seems to depend on pthreads. Also by default only static library is provided. I wrote binding against shared library generate just by adding -shared to Makefile, and am not sure how well does this work.

