awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cffi avatar

cffi/cffi

0
View on GitHub↗
486 Stars·145 Forks·Common Lisp·MIT·7 Aufrufecommon-lisp.net/project/cffi↗

Cffi

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.

Features

  • Foreign Function Interfaces - Portable interface for calling C functions from Lisp.

Star-Verlauf

Star-Verlauf für cffi/cffiStar-Verlauf für cffi/cffi

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Cffi

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Cffi.
  • andy128k/cl-gobject-introspectionAvatar von andy128k

    andy128k/cl-gobject-introspection

    52Auf GitHub ansehen↗

    Common Lisp bindings to gobject-introspection.

    Common Lisp
    Auf GitHub ansehen↗52
  • bohonghuang/cffi-objectAvatar von bohonghuang

    bohonghuang/cffi-object

    36Auf GitHub ansehen↗

    A Common Lisp library that enables fast and convenient interoperation with foreign objects.

    Common Lisp
    Auf GitHub ansehen↗36
  • bohonghuang/cffi-opsAvatar von bohonghuang

    bohonghuang/cffi-ops

    54Auf GitHub ansehen↗

    A Common Lisp library that helps write concise CFFI-related code.

    Common Lisp
    Auf GitHub ansehen↗54
  • islam0mar/cl-cxx-jitAvatar von Islam0mar

    Islam0mar/CL-CXX-JIT

    73Auf GitHub ansehen↗

    Common Lisp and CXX interoperation with JIT

    C++
    Auf GitHub ansehen↗73
Alle 7 Alternativen zu Cffi anzeigen→

Häufig gestellte Fragen

Was macht cffi/cffi?

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.

Was sind die Hauptfunktionen von cffi/cffi?

Die Hauptfunktionen von cffi/cffi sind: Foreign Function Interfaces.

Welche Open-Source-Alternativen gibt es zu cffi/cffi?

Open-Source-Alternativen zu cffi/cffi sind unter anderem: andy128k/cl-gobject-introspection — Common Lisp bindings to gobject-introspection. bohonghuang/cffi-object — A Common Lisp library that enables fast and convenient interoperation with foreign objects. bohonghuang/cffi-ops — A Common Lisp library that helps write concise CFFI-related code. islam0mar/cl-cxx-jit — Common Lisp and CXX interoperation with JIT. jmckaskill/luaffi — Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface. rpav/cl-autowrap — Using its own facilities, autowrap now includes autowrap/libffi. This allows functions that pass and return structs to…