2017-06-21 22:15:07 +02:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''ieee-floats'';
|
|
|
|
version = ''20160318-git'';
|
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
parasites = [ "ieee-floats-tests" ];
|
|
|
|
|
2017-06-21 22:15:07 +02:00
|
|
|
description = '''';
|
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
deps = [ args."eos" ];
|
2017-06-21 22:15:07 +02:00
|
|
|
|
|
|
|
src = fetchurl {
|
|
|
|
url = ''http://beta.quicklisp.org/archive/ieee-floats/2016-03-18/ieee-floats-20160318-git.tgz'';
|
|
|
|
sha256 = ''0vw4q6q5yygfxfwx5bki4kl9lqszmhnplcl55qh8raxmb03alyx4'';
|
|
|
|
};
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2017-06-21 22:15:07 +02:00
|
|
|
packageName = "ieee-floats";
|
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
asdFilesToKeep = ["ieee-floats.asd"];
|
|
|
|
overrides = x: x;
|
2017-06-21 22:15:07 +02:00
|
|
|
}
|
2017-08-31 02:22:51 +02:00
|
|
|
/* (SYSTEM ieee-floats DESCRIPTION NIL SHA256
|
|
|
|
0vw4q6q5yygfxfwx5bki4kl9lqszmhnplcl55qh8raxmb03alyx4 URL
|
|
|
|
http://beta.quicklisp.org/archive/ieee-floats/2016-03-18/ieee-floats-20160318-git.tgz
|
|
|
|
MD5 84d679a4dffddc3b0cff944adde623c5 NAME ieee-floats FILENAME ieee-floats
|
|
|
|
DEPS ((NAME eos FILENAME eos)) DEPENDENCIES (eos) VERSION 20160318-git
|
|
|
|
SIBLINGS NIL PARASITES (ieee-floats-tests)) */
|