2017-04-01 07:08:02 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-08-13 22:52:01 +01:00
|
|
|
{
|
2017-04-01 07:08:02 +01:00
|
|
|
baseName = ''cl-postgres'';
|
2019-08-25 20:53:20 +01:00
|
|
|
version = ''postmodern-20190521-git'';
|
2017-04-01 07:08:02 +01:00
|
|
|
|
2019-01-31 06:21:01 +00:00
|
|
|
parasites = [ "cl-postgres/simple-date-tests" "cl-postgres/tests" ];
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-04-01 07:08:02 +01:00
|
|
|
description = ''Low-level client library for PostgreSQL'';
|
|
|
|
|
2019-01-31 06:21:01 +00:00
|
|
|
deps = [ args."fiveam" args."md5" args."simple-date_slash_postgres-glue" args."split-sequence" args."usocket" ];
|
2017-04-01 07:08:02 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2019-08-25 20:53:20 +01:00
|
|
|
url = ''http://beta.quicklisp.org/archive/postmodern/2019-05-21/postmodern-20190521-git.tgz'';
|
|
|
|
sha256 = ''1vphrizbhbs3r5rq4b8dh4149bz11h5xxilragwf4l2i619k3cp5'';
|
2017-04-01 07:08:02 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "cl-postgres";
|
2017-04-01 07:08:02 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["cl-postgres.asd"];
|
|
|
|
overrides = x: x;
|
2017-04-01 07:08:02 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM cl-postgres DESCRIPTION Low-level client library for PostgreSQL
|
2019-08-25 20:53:20 +01:00
|
|
|
SHA256 1vphrizbhbs3r5rq4b8dh4149bz11h5xxilragwf4l2i619k3cp5 URL
|
|
|
|
http://beta.quicklisp.org/archive/postmodern/2019-05-21/postmodern-20190521-git.tgz
|
|
|
|
MD5 102567f386757cd52aca500c0c348d90 NAME cl-postgres FILENAME cl-postgres
|
2018-02-12 19:38:21 +00:00
|
|
|
DEPS
|
|
|
|
((NAME fiveam FILENAME fiveam) (NAME md5 FILENAME md5)
|
2019-01-31 06:21:01 +00:00
|
|
|
(NAME simple-date/postgres-glue FILENAME simple-date_slash_postgres-glue)
|
2018-02-12 19:38:21 +00:00
|
|
|
(NAME split-sequence FILENAME split-sequence)
|
|
|
|
(NAME usocket FILENAME usocket))
|
2019-01-31 06:21:01 +00:00
|
|
|
DEPENDENCIES (fiveam md5 simple-date/postgres-glue split-sequence usocket)
|
2019-08-25 20:53:20 +01:00
|
|
|
VERSION postmodern-20190521-git SIBLINGS (postmodern s-sql simple-date)
|
2019-01-31 06:21:01 +00:00
|
|
|
PARASITES (cl-postgres/simple-date-tests cl-postgres/tests)) */
|