chiark / gitweb /
Build instructions updated for SBCL with native C callback support
[clg] / cairo / defpackage.lisp
1 (defpackage "CAIRO"
2   (:use "COMMON-LISP" "GLIB" "AUTOEXPORT")
3   (:shadow "FILL"))
4