cl-drm

2016-12-07

Common Lisp bindings for libdrm

Upstream URL

github.com/malcolmstill/cl-drm

Author

Malcolm Still

License

BSD 3-Clause
README

cl-drm

LibDRM is an interface to the Linux Direct Rendering Manager (DRM). LibDRM provides a user-space API for mode setting. cl-drm is a Common Lisp wrapper for librdrm.

Status

cl-drm is being developed primarily in support of ulubis and is therefor feature incomplete. Pull requests adding more of the API are more than welcome.

Requiremnts

cl-drm (obiously) requires libdrm. It is likely that libdrm already exists on your Linux installation if it is recent.

Installation

CL-USER> (ql:quickload :cl-drm)

Dependencies (1)

  • cffi

Dependents (1)

  • GitHub
  • Quicklisp