Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c4ee2cf36 | |||
| 2419d958eb | |||
| 1ce89c9c1c |
@@ -5,7 +5,7 @@
|
|||||||
(
|
(
|
||||||
(license "BSD")
|
(license "BSD")
|
||||||
|
|
||||||
(category cryptography)
|
(category web)
|
||||||
|
|
||||||
(needs base64 sha1 http-client uri-common intarweb srfi-19 hmac ssax sxpath)
|
(needs base64 sha1 http-client uri-common intarweb srfi-19 hmac ssax sxpath)
|
||||||
|
|
||||||
|
|||||||
8
amazon-s3.release-info
Normal file
8
amazon-s3.release-info
Normal 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")
|
||||||
@@ -11,5 +11,5 @@
|
|||||||
; Files to install for your extension:
|
; Files to install for your extension:
|
||||||
'("amazon-s3.o" "amazon-s3.so" "amazon-s3.import.so")
|
'("amazon-s3.o" "amazon-s3.so" "amazon-s3.import.so")
|
||||||
; Assoc list with properties for your extension:
|
; Assoc list with properties for your extension:
|
||||||
'((version 2)
|
'((version 5)
|
||||||
(static "amazon-s3.o"))) ;; for static linking
|
(static "amazon-s3.o"))) ;; for static linking
|
||||||
Reference in New Issue
Block a user