blob: a0fb9ce655cf5604949bb996d0d2cff5e2f0a6f6 (
plain)
1
2
3
4
5
6
7
8
9
|
;; -*- scheme -*-
((synopsis "acdw indow manager")
(author "Case Duckworth")
(license "God Willing")
(version 0.0.0)
(dependencies matchable xlib srfi-1)
(components
(program acdwm)))
|