repo.or.cz
/
cl-gtk2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Support :pack-type child-property in gtk:let-ui
[cl-gtk2.git]
/
pango
/
cl-gtk2-pango.asd
blob
d1f6cc98a6213e928268f69fd8957fed59b8385b
1
(defsystem :cl-gtk2-pango
2
:name :cl-gtk2-pango
3
:version "0.1.1"
4
:author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
5
:license "LLGPL"
6
:serial t
7
:components ((:file "pango.package")
8
(:file "pango.init")
9
(:file "pango"))
10
:depends-on (:cl-gtk2-glib :iterate))