Skip to content

Commit

Permalink
Merge pull request #8 from Hellseher/master
Browse files Browse the repository at this point in the history
Update asd file
  • Loading branch information
archimag authored Jan 11, 2021
2 parents d12cead + 2f48a68 commit 045602a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions mssql.asd
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
;;;;
;;;; Author: Moskvitin Andrey <[email protected]>

(defsystem mssql
:depends-on (#:cffi #:iterate #:garbage-pools #:parse-number)
(defsystem "mssql"
:description "A Common Lisp library for interacting with MS SQL Server
databases."
:version "0.0.3"
:author "Andrey Moskvitin <[email protected]>"
:homepage "https://github.com/archimag/cl-mssql"
:license "GPLv2"
:depends-on ("cffi" "iterate" "garbage-pools" "parse-number")
:components
((:module :src
:components
Expand All @@ -15,4 +21,4 @@
(:file "connection" :depends-on ("mssql"))
(:file "query" :depends-on ("connection"))
(:file "execute" :depends-on ("connection"))
(:file "remote" :depends-on ("query"))))))
(:file "remote" :depends-on ("query"))))))

0 comments on commit 045602a

Please sign in to comment.