2017-04-01 07:08:02 +01:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''cl-postgres'';
|
2018-09-12 09:47:19 +01:00
|
|
|
version = ''postmodern-20180831-git'';
|
2017-04-01 07:08:02 +01:00
|
|
|
|
2018-09-12 09:47:19 +01:00
|
|
|
parasites = [ "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'';
|
|
|
|
|
2018-09-12 09:47:19 +01:00
|
|
|
deps = [ args."fiveam" args."md5" args."split-sequence" args."usocket" ];
|
2017-04-01 07:08:02 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2018-09-12 09:47:19 +01:00
|
|
|
url = ''http://beta.quicklisp.org/archive/postmodern/2018-08-31/postmodern-20180831-git.tgz'';
|
|
|
|
sha256 = ''062xhy6aadzgmwpz8h0n7884yv5m4nwqmxrc75m3c60k1lmccpwx'';
|
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
|
2018-09-12 09:47:19 +01:00
|
|
|
SHA256 062xhy6aadzgmwpz8h0n7884yv5m4nwqmxrc75m3c60k1lmccpwx URL
|
|
|
|
http://beta.quicklisp.org/archive/postmodern/2018-08-31/postmodern-20180831-git.tgz
|
|
|
|
MD5 78c3e998cff7305db5e4b4e90b9bbee6 NAME cl-postgres FILENAME cl-postgres
|
2018-02-12 19:38:21 +00:00
|
|
|
DEPS
|
|
|
|
((NAME fiveam FILENAME fiveam) (NAME md5 FILENAME md5)
|
|
|
|
(NAME split-sequence FILENAME split-sequence)
|
|
|
|
(NAME usocket FILENAME usocket))
|
2018-09-12 09:47:19 +01:00
|
|
|
DEPENDENCIES (fiveam md5 split-sequence usocket) VERSION
|
|
|
|
postmodern-20180831-git SIBLINGS (postmodern s-sql simple-date) PARASITES
|
|
|
|
(cl-postgres/tests)) */
|