summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
blob: b6f602387e16d1eaef6679650ef90043fa297e05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* Generated file. */
args @ { fetchurl, ... }:
rec {
  baseName = "ironclad";
  version = "v0.55";

  parasites = [ "ironclad/tests" ];

  description = "A cryptographic toolkit written in pure Common Lisp";

  deps = [ args."alexandria" args."bordeaux-threads" args."rt" ];

  src = fetchurl {
    url = "http://beta.quicklisp.org/archive/ironclad/2021-04-11/ironclad-v0.55.tgz";
    sha256 = "0vdqaad9i3dkz6z2y1iqmh6m77kc9jy49xh9bysgywl0gfdyhnq6";
  };

  packageName = "ironclad";

  asdFilesToKeep = ["ironclad.asd"];
  overrides = x: x;
}
/* (SYSTEM ironclad DESCRIPTION
    A cryptographic toolkit written in pure Common Lisp SHA256
    0vdqaad9i3dkz6z2y1iqmh6m77kc9jy49xh9bysgywl0gfdyhnq6 URL
    http://beta.quicklisp.org/archive/ironclad/2021-04-11/ironclad-v0.55.tgz
    MD5 c3c4a88e71ef37c9604662071069afcc NAME ironclad FILENAME ironclad DEPS
    ((NAME alexandria FILENAME alexandria)
     (NAME bordeaux-threads FILENAME bordeaux-threads) (NAME rt FILENAME rt))
    DEPENDENCIES (alexandria bordeaux-threads rt) VERSION v0.55 SIBLINGS
    (ironclad-text) PARASITES (ironclad/tests)) */