套件:cl-cffi(1:0.24.1-3)
cl-cffi 的相關連結
Debian 的資源:
下載原始碼套件 cffi:
- [cffi_0.24.1-3.dsc]
- [cffi_0.24.1.orig.tar.gz]
- [cffi_0.24.1.orig.tar.gz.asc]
- [cffi_0.24.1-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [common-lisp.net]
相似套件:
Common Foreign Function Interface for Common Lisp
CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package.
The CFFI-SYS backend package defines a low-level interface to the native FFI support in the Lisp implementation. It offers operators for allocating and dereferencing foreign memory, calling foreign functions, and loading shared libraries. The CFFI frontend provides a declarative interface for defining foreign functions, structures, typedefs, enumerated types. It is implemented in portable ANSI CL making use of the low-level operators exported by CFFI-SYS.
A UFFI compatibility layer is also being developed.
其他與 cl-cffi 有關的套件
|
|
|
|
-
- dep: cl-alexandria
- collection of portable Common Lisp utilities
-
- dep: cl-babel
- charset encoding/decoding library for Common Lisp
-
- dep: cl-trivial-features (>= 20210228.gitf6e8dd7-2~)
- abstraction layer for the *FEATURES* across Common Lisp implementations
-
- dep: gcc
- GNU C compiler
-
- dep: libc6-dev
- GNU C Library: Development Libraries and Header Files
同時作為一個虛擬套件由這些套件填實: libc6.1-dev - 或者 libc-dev
- 套件暫時不可用
-
- dep: libffi-dev
- Foreign Function Interface library (development files)
-
- dep: pkg-config
- manage compile and link flags for libraries (transitional package)
-
- dep: zlib1g-dev
- compression library - development
-
- sug: cl-bordeaux-threads
- Portable threads library for Common Lisp
-
- sug: cl-rt
- Common Lisp regression tester from MIT