summary refs log tree commit diff stats
path: root/boudin.egg
blob: cc163edd1a0d282109a14e60bbab95fc263482bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;; 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
               sxml-serializer
               sxpath)
 (components
  (program boudin)))