Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kalimehtar/cffi-objects
- Owner: Kalimehtar
- Created: 2012-12-23T07:08:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T20:01:30.000Z (almost 6 years ago)
- Last Synced: 2024-10-16T03:02:20.072Z (3 months ago)
- Language: Common Lisp
- Size: 254 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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