1 (defpackage #:cl-glfw-glu-system
4 (in-package #:cl-glfw-glu-system)
7 :description "Common Lisp bindings for GLU (cl-glfw version)"
9 :author "William Robinson <airbaggins@users.sf.net>"
10 :licence "Public Domain"
11 :depends-on (cffi cl-glfw-types)
12 :components ((:module lib :components ((:file "glu")))))
14 (pushnew (merge-pathnames
16 (make-pathname :name nil
20 (truename (asdf:system-definition-pathname '#:cl-glfw-glu))))
21 asdf:*central-registry*)