awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 مستودعات

Awesome GitHub RepositoriesForeign Function Interfaces

Mechanisms for calling C code and managing external data structures.

Explore 8 awesome GitHub repositories matching part of an awesome list · Foreign Function Interfaces. Refine with filters or upvote what's useful.

Awesome Foreign Function Interfaces GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • cffi/cffiالصورة الرمزية لـ cffi

    cffi/cffi

    486عرض على GitHub↗

    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.

    Portable interface for calling C functions from Lisp.

    Common Lisp
    عرض على GitHub↗486
  • jmckaskill/luaffiالصورة الرمزية لـ jmckaskill

    jmckaskill/luaffi

    478عرض على GitHub↗

    Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.

    Provides a standalone FFI library compatible with LuaJIT interfaces.

    C
    عرض على GitHub↗478
  • rpav/cl-autowrapالصورة الرمزية لـ rpav

    rpav/cl-autowrap

    237عرض على GitHub↗

    Using its own facilities, autowrap now includes autowrap/libffi. This allows functions that pass and return structs to be called using autowrap. To use this, just load or :depends-on cl-autowrap/libffi instead of cl-autowrap:

    Automatically generates bindings from C header files.

    Python
    عرض على GitHub↗237
  • islam0mar/cl-cxx-jitالصورة الرمزية لـ Islam0mar

    Islam0mar/CL-CXX-JIT

    73عرض على GitHub↗

    Common Lisp and CXX interoperation with JIT

    JIT-based interoperation between Lisp and C++.

    C++
    عرض على GitHub↗73
  • bohonghuang/cffi-opsالصورة الرمزية لـ bohonghuang

    bohonghuang/cffi-ops

    54عرض على GitHub↗

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

    Utilities for writing concise foreign function interface code.

    Common Lisp
    عرض على GitHub↗54
  • andy128k/cl-gobject-introspectionالصورة الرمزية لـ andy128k

    andy128k/cl-gobject-introspection

    52عرض على GitHub↗

    Common Lisp bindings to gobject-introspection.

    Automatic bindings for GObject-based C libraries.

    Common Lisp
    عرض على GitHub↗52
  • sdilts/cl-bindgenالصورة الرمزية لـ sdilts

    sdilts/cl-bindgen

    40عرض على GitHub↗

    A command line tool and library for creating Common Lisp language bindings from C header files.

    CLI tool for creating language bindings from C headers.

    Python
    عرض على GitHub↗40
  • bohonghuang/cffi-objectالصورة الرمزية لـ bohonghuang

    bohonghuang/cffi-object

    36عرض على GitHub↗

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

    Fast interoperation with foreign memory objects.

    Common Lisp
    عرض على GitHub↗36
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Foreign Function Interfaces