README.md - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       README.md (975B)
       ---
            1 [![Build Status](https://travis-ci.org/cffi/cffi.svg?branch=master)](https://travis-ci.org/cffi/cffi)
            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/