blob: 74c2710e3662f5e9c6d20e532d6b0d55b39d2b40 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;;; efax.meta -*- Scheme -*-
((egg "efax")
(synopsis "Library for using the eFax service to send faxes over the internet")
(category misc)
(author "Peter Bex")
(doc-from-wiki)
(license "BSD")
(depends (http-client "0.5") base64 sxml-serializer ssax sxpath)
(files "efax.meta" "efax.release-info" "efax.scm" "efax.setup"))
|