cl-liballegro
Allegro 5 game programming library bindings for Common Lisp
$ area51 add cl-liballegroCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-liballegro:some-function ...)