Introduction
Introduction Statistics Contact Development Disclaimer Help
tREADME.md - clic - Clic is an command line interactive client for gopher writt…
git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/
Log
Files
Refs
Tags
LICENSE
---
tREADME.md (975B)
---
1 [![Build Status](https://travis-ci.org/cffi/cffi.svg?branch=master)](htt…
2
3 CFFI, the Common Foreign Function Interface, purports to be a portable
4 foreign function interface for Common Lisp. The CFFI library is
5 composed of a Lisp-implementation-specific backend in the CFFI-SYS
6 package, and a portable frontend in the CFFI package.
7
8 The CFFI-SYS backend package defines a low-level interface to the
9 native FFI support in the Lisp implementation. It offers operators for
10 allocating and dereferencing foreign memory, calling foreign
11 functions, and loading shared libraries. The CFFI frontend provides a
12 declarative interface for defining foreign functions, structures,
13 typedefs, enumerated types, etc. It is implemented in portable ANSI CL
14 making use of the low-level operators exported by CFFI-SYS.
15
16 Please consult [the manual][1] for further details, including
17 installation instructions.
18
19 [1]: http://common-lisp.net/project/cffi/manual/html_node/
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.