cl-gpio
A library for the Linux GPIO kernel module as used on hobby kits such as the Raspberry Pi
$ area51 add cl-gpioCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-gpio:some-function ...)