summary refs log tree commit diff stats
path: root/boudin.egg
blob: 0187e7163e2a06013b59f646269d6af4c3b0ee6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;; boudin -*- scheme

((synopsis "A small static site generator.")
 (author "Case Duckworth")
 (version "12044")
 (license "God Willing License")
 (category fluff)
 (dependencies chicanery
               atom
               html-parser
               scss
               srfi-37
               srfi-152
               sxpath)
 (components
  (program boudin)))