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.

10 lines
267 B
Common Lisp

(defpackage :cl-sendgrid-system (:use :asdf :cl))
(in-package :cl-sendgrid-system)
(defsystem :cl-sendgrid
:version "0.1"
:depends-on (drakma yason flexi-streams)
:components ((:file "packages")
(:file "cl-sendgrid" :depends-on ("packages"))))