-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchickadee.egg
28 lines (26 loc) · 942 Bytes
/
chickadee.egg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
;; -*- scheme -*-
(
(synopsis "chicken-doc web server")
(author "Jim Ursetto")
(category doc-tools)
(version "0.12.2")
(license "BSD")
(dependencies matchable ; chicken-doc
uri-common ; spiffy
(uri-generic 3.2) ; spiffy
intarweb ; spiffy
simple-sha1 ; only for production mode
(spiffy 6.2)
spiffy-request-vars
sxml-transforms ; chicken-doc
(chicken-doc 0.6.0) ; chicken-doc-admin
(chicken-doc-admin 0.5.0)
(chicken-doc-html 0.3.0)
srfi-18)
(components (extension chickadee)
(program chickadee-cmd
(install-name "chickadee")
(source "chickadee-cmd.scm")
(component-dependencies chickadee))
(data chickadee-data
(files "chickadee"))))