blob: cab82c43400da7fd3ec1340875a0e8e6eb888386 (
plain)
1
2
3
4
5
6
7
8
|
;;;; henrietta-cache.egg -*- Scheme -*-
((synopsis "Fetch and cache extensions from various sources for Henrietta to consume")
(category egg-tools)
(author "Peter Bex")
(dependencies http-client matchable srfi-1)
(license "BSD")
(components (program henrietta-cache)))
|