2021-03-28 23:55:54 +02:00
|
|
|
/* Generated file. */
|
2017-06-21 22:15:07 +02:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 09:38:35 +02:00
|
|
|
rec {
|
2021-03-28 23:55:54 +02:00
|
|
|
baseName = "simple-date";
|
2021-12-18 18:19:29 +01:00
|
|
|
version = "postmodern-20211209-git";
|
2017-06-21 22:15:07 +02:00
|
|
|
|
2020-10-24 12:53:25 +02:00
|
|
|
parasites = [ "simple-date/tests" ];
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2021-03-28 23:55:54 +02:00
|
|
|
description = "Simple date library that can be used with postmodern";
|
2017-06-21 22:15:07 +02:00
|
|
|
|
2020-10-24 12:53:25 +02:00
|
|
|
deps = [ args."fiveam" ];
|
2017-06-21 22:15:07 +02:00
|
|
|
|
|
|
|
src = fetchurl {
|
2021-12-18 18:19:29 +01:00
|
|
|
url = "http://beta.quicklisp.org/archive/postmodern/2021-12-09/postmodern-20211209-git.tgz";
|
|
|
|
sha256 = "1qcbg31mz5r7ibmq2y7r3vqvdwpznxvwdnwd94hfil7pg4j119d6";
|
2017-06-21 22:15:07 +02:00
|
|
|
};
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2017-06-21 22:15:07 +02:00
|
|
|
packageName = "simple-date";
|
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
asdFilesToKeep = ["simple-date.asd"];
|
|
|
|
overrides = x: x;
|
2017-06-21 22:15:07 +02:00
|
|
|
}
|
2020-10-24 12:53:25 +02:00
|
|
|
/* (SYSTEM simple-date DESCRIPTION
|
|
|
|
Simple date library that can be used with postmodern SHA256
|
2021-12-18 18:19:29 +01:00
|
|
|
1qcbg31mz5r7ibmq2y7r3vqvdwpznxvwdnwd94hfil7pg4j119d6 URL
|
|
|
|
http://beta.quicklisp.org/archive/postmodern/2021-12-09/postmodern-20211209-git.tgz
|
|
|
|
MD5 6d14c4b5fec085594dc66d520174e0e6 NAME simple-date FILENAME simple-date
|
2020-10-24 12:53:25 +02:00
|
|
|
DEPS ((NAME fiveam FILENAME fiveam)) DEPENDENCIES (fiveam) VERSION
|
2021-12-18 18:19:29 +01:00
|
|
|
postmodern-20211209-git SIBLINGS (cl-postgres postmodern s-sql) PARASITES
|
2020-10-24 12:53:25 +02:00
|
|
|
(simple-date/tests)) */
|