Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-obsolete / quicklisp-to-nix-output / alexandria.nix
blob91fadede82502535804e841f2630cf2ba25c04c6
1 /* Generated file. */
2 args @ { fetchurl, ... }:
3 rec {
4   baseName = "alexandria";
5   version = "20211209-git";
7   description = "Alexandria is a collection of portable public domain utilities.";
9   deps = [ ];
11   src = fetchurl {
12     url = "http://beta.quicklisp.org/archive/alexandria/2021-12-09/alexandria-20211209-git.tgz";
13     sha256 = "13xyajg5n3ad3x2hrmzni1w87b0wc41wn7manbvc3dc5n55afxk0";
14   };
16   packageName = "alexandria";
18   asdFilesToKeep = ["alexandria.asd"];
19   overrides = x: x;
21 /* (SYSTEM alexandria DESCRIPTION
22     Alexandria is a collection of portable public domain utilities. SHA256
23     13xyajg5n3ad3x2hrmzni1w87b0wc41wn7manbvc3dc5n55afxk0 URL
24     http://beta.quicklisp.org/archive/alexandria/2021-12-09/alexandria-20211209-git.tgz
25     MD5 4f578a956567ea0d6c99c2babd1752f3 NAME alexandria FILENAME alexandria
26     DEPS NIL DEPENDENCIES NIL VERSION 20211209-git SIBLINGS (alexandria-tests)
27     PARASITES NIL) */