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