2021-04-05 15:23:46 +00:00
|
|
|
/* Generated file. */
|
2020-04-24 23:36:52 +00:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
2021-04-05 15:23:46 +00:00
|
|
|
baseName = "ironclad";
|
2021-05-20 23:08:51 +00:00
|
|
|
version = "v0.55";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
parasites = [ "ironclad/tests" ];
|
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
description = "A cryptographic toolkit written in pure Common Lisp";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2020-10-27 00:29:36 +00:00
|
|
|
deps = [ args."alexandria" args."bordeaux-threads" args."rt" ];
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2021-05-20 23:08:51 +00:00
|
|
|
url = "http://beta.quicklisp.org/archive/ironclad/2021-04-11/ironclad-v0.55.tgz";
|
|
|
|
sha256 = "0vdqaad9i3dkz6z2y1iqmh6m77kc9jy49xh9bysgywl0gfdyhnq6";
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
packageName = "ironclad";
|
|
|
|
|
|
|
|
asdFilesToKeep = ["ironclad.asd"];
|
|
|
|
overrides = x: x;
|
|
|
|
}
|
|
|
|
/* (SYSTEM ironclad DESCRIPTION
|
|
|
|
A cryptographic toolkit written in pure Common Lisp SHA256
|
2021-05-20 23:08:51 +00:00
|
|
|
0vdqaad9i3dkz6z2y1iqmh6m77kc9jy49xh9bysgywl0gfdyhnq6 URL
|
|
|
|
http://beta.quicklisp.org/archive/ironclad/2021-04-11/ironclad-v0.55.tgz
|
|
|
|
MD5 c3c4a88e71ef37c9604662071069afcc NAME ironclad FILENAME ironclad DEPS
|
2020-04-24 23:36:52 +00:00
|
|
|
((NAME alexandria FILENAME alexandria)
|
2020-10-27 00:29:36 +00:00
|
|
|
(NAME bordeaux-threads FILENAME bordeaux-threads) (NAME rt FILENAME rt))
|
2021-05-20 23:08:51 +00:00
|
|
|
DEPENDENCIES (alexandria bordeaux-threads rt) VERSION v0.55 SIBLINGS
|
2020-10-27 00:29:36 +00:00
|
|
|
(ironclad-text) PARASITES (ironclad/tests)) */
|