Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalimehtar/cffi-objects

CFFI types for structs, arrays, and other objects (for example, GObject)
https://github.com/kalimehtar/cffi-objects

Last synced: about 1 month ago
JSON representation

CFFI types for structs, arrays, and other objects (for example, GObject)

Awesome Lists containing this project

README

        

CFFI-objects is a library, that enhances CFFI with several new constructions to use when you need to work with complex structures or objects.

It supports structures by-value and by-reference with and without saving C-pointer on lisp side. Also there is type pobject, that allows to send lisp object with pointer slot or C-pointer. No verbose documentation yet, sorry.

License is BSD