3 Commits
2 ... 5

Author SHA1 Message Date
3c4ee2cf36 Forgot to update .setup 2011-08-15 20:57:22 -07:00
2419d958eb Added release-info. 2011-08-03 22:00:39 -07:00
1ce89c9c1c Fixed category. 2011-08-02 22:05:47 -07:00
3 changed files with 10 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
(
(license "BSD")
(category cryptography)
(category web)
(needs base64 sha1 http-client uri-common intarweb srfi-19 hmac ssax sxpath)

8
amazon-s3.release-info Normal file
View File

@@ -0,0 +1,8 @@
(repo git "git://github.com/ThomasHintz/chicken-scheme-{egg-name}.git") ; optional
(uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}")
(release "1")
(release "2")
(release "3")
(release "4")
(release "5")

View File

@@ -11,5 +11,5 @@
; Files to install for your extension:
'("amazon-s3.o" "amazon-s3.so" "amazon-s3.import.so")
; Assoc list with properties for your extension:
'((version 2)
'((version 5)
(static "amazon-s3.o"))) ;; for static linking