2017-04-01 08:08:02 +02:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''cl-postgres'';
|
2017-04-06 18:43:42 +02:00
|
|
|
version = ''postmodern-20170403-git'';
|
2017-04-01 08:08:02 +02:00
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
parasites = [ "cl-postgres-tests" ];
|
|
|
|
|
2017-04-01 08:08:02 +02:00
|
|
|
description = ''Low-level client library for PostgreSQL'';
|
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
deps = [ args."fiveam" args."md5" ];
|
2017-04-01 08:08:02 +02:00
|
|
|
|
|
|
|
src = fetchurl {
|
2017-04-06 18:43:42 +02:00
|
|
|
url = ''http://beta.quicklisp.org/archive/postmodern/2017-04-03/postmodern-20170403-git.tgz'';
|
|
|
|
sha256 = ''1pklmp0y0falrmbxll79drrcrlgslasavdym5r45m8kkzi1zpv9p'';
|
2017-04-01 08:08:02 +02:00
|
|
|
};
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2017-06-21 22:15:07 +02:00
|
|
|
packageName = "cl-postgres";
|
2017-04-01 08:08:02 +02:00
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
asdFilesToKeep = ["cl-postgres.asd"];
|
|
|
|
overrides = x: x;
|
2017-04-01 08:08:02 +02:00
|
|
|
}
|
2017-08-31 02:22:51 +02:00
|
|
|
/* (SYSTEM cl-postgres DESCRIPTION Low-level client library for PostgreSQL
|
|
|
|
SHA256 1pklmp0y0falrmbxll79drrcrlgslasavdym5r45m8kkzi1zpv9p URL
|
|
|
|
http://beta.quicklisp.org/archive/postmodern/2017-04-03/postmodern-20170403-git.tgz
|
|
|
|
MD5 7a4145a0a5ff5bcb7a4bf29b5c2915d2 NAME cl-postgres FILENAME cl-postgres
|
|
|
|
DEPS ((NAME fiveam FILENAME fiveam) (NAME md5 FILENAME md5)) DEPENDENCIES
|
|
|
|
(fiveam md5) VERSION postmodern-20170403-git SIBLINGS
|
|
|
|
(postmodern s-sql simple-date) PARASITES (cl-postgres-tests)) */
|