Initial ASDF artifact for the postgres JDBC driver jar

This commit is contained in:
Mark 2020-11-01 17:01:15 +01:00
parent 45a4b6f353
commit d7e2e139af

10
pgloader-abcl.asd Normal file
View File

@ -0,0 +1,10 @@
(defsystem #:pgloader-abcl
:description "Load data into PostgreSQL"
:author "Dimitri Fontaine <dim@tapoueh.org>, easye"
:license "The PostgreSQL Licence")
(defsystem pgloader-abcl/jdbc/postgres
:components ((:module jar :components
((:mvn "org.postgresql/postgresql/42.2.16")))))