1 (defpackage #:cl-glfw-types-system
4 (in-package #:cl-glfw-types-system)
6 (defsystem cl-glfw-types
7 :description "Common Lisp bindings for GLFW: Base CFFI type definitions and expanders package"
9 :author "William Robinson <airbaggins@users.sf.net>"
10 :licence "Public Domain"
12 :components ((:module lib :components ((:file "types")))))