summaryrefslogtreecommitdiff
path: root/efax.meta
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2011-07-06 21:40:56 +0200
committerPeter Bex <peter@more-magic.net>2011-07-06 21:40:56 +0200
commit9aa1c5eeffa0320b2eae82cae55223d7362ce9f6 (patch)
tree9df22aea6b3ae81145c3005b5ee4f54b953cac58 /efax.meta
downloadefax-9aa1c5eeffa0320b2eae82cae55223d7362ce9f6.tar.gz
Initial implementation of efax egg
Diffstat (limited to 'efax.meta')
-rw-r--r--efax.meta10
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