Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70acb4f60f | |||
| 289c8cd154 |
@@ -9,7 +9,5 @@
|
||||
|
||||
(needs http-client uri-common intarweb json srfi-1 srfi-18)
|
||||
|
||||
(test-depends test srfi-1)
|
||||
|
||||
(author "Thomas Hintz")
|
||||
(synopsis "Provides a simple interface to the SendGrid mailer service."))
|
||||
@@ -1,4 +1,5 @@
|
||||
(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 "1")
|
||||
(release "2")
|
||||
@@ -11,5 +11,5 @@
|
||||
; Files to install for your extension:
|
||||
'("send-grid.o" "send-grid.so" "send-grid.import.so")
|
||||
; Assoc list with properties for your extension:
|
||||
'((version 1)
|
||||
'((version 2)
|
||||
(static "send-grid.o"))) ;; for static linking
|
||||
Reference in New Issue
Block a user