diff options
author | Peter Bex <peter@more-magic.net> | 2011-07-06 21:40:56 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2011-07-06 21:40:56 +0200 |
commit | 9aa1c5eeffa0320b2eae82cae55223d7362ce9f6 (patch) | |
tree | 9df22aea6b3ae81145c3005b5ee4f54b953cac58 /efax.meta | |
download | efax-9aa1c5eeffa0320b2eae82cae55223d7362ce9f6.tar.gz |
Initial implementation of efax egg
Diffstat (limited to 'efax.meta')
-rw-r--r-- | efax.meta | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/efax.meta b/efax.meta new file mode 100644 index 0000000..5e81b7d --- /dev/null +++ b/efax.meta @@ -0,0 +1,10 @@ +;;; efax.meta -*- Scheme -*- + +((egg "efax") + (synopsis "Library for using the eFax service for sending faxes over the internet") + (category misc) + (author "Peter Bex") + (doc-from-wiki) + (license "BSD") + (depends (http-client "0.5") uri-common base64 sxml-serializer ssax sxpath) + (files "efax.setup" "efax.scm" "efax.release-info" "efax.meta"))
\ No newline at end of file |