blob: 8f99dd136327f1e38c00b5df29e067716b082c09 (
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 matchable)
(license "BSD")
(files "henrietta-cache.scm" "henrietta-cache.setup"))
|