blob: 76d13afe7364cdfebc9ca157d5680eb09635b01d (
plain)
1
2
3
4
5
6
7
8
9
|
;;;; henrietta-cache.meta -*- Scheme -*-
((synopsis "Fetch and cache extensions from various sources for Henrietta to consume")
(category egg-tools)
(doc-from-wiki)
(author "Peter Bex")
(depends (http-client 0.4.2) matchable)
(license "BSD")
(files "henrietta-cache.scm" "henrietta-cache.setup"))
|