You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
339 B
Common Lisp

;;;; cl-sendgrid.asd
(asdf:defsystem #:cl-sendgrid
:serial t
:description "Describe cl-sendgrid here"
:author "Your Name <your.name@example.com>"
:license "Specify license here"
:depends-on (#:drakma
#:yason
#:flexi-streams)
:components ((:file "package")
(:file "cl-sendgrid")))