;;;; iip-project.asd (asdf:defsystem #:iip-project :description "Describe iip-project here" :author "Petar Kapriš" :license "GPL" :version "0.0.1" :serial t :depends-on (#:cl-gtk4 #:opticl #:cl-pango #:cl-gdk4 #:array-operations) :components ((:file "package") (:file "tables") (:file "pixbuf") (:file "iip-project")))