Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-obsolete / quicklisp-to-nix-output / defclass-std.nix
blob428d14fa95c166543b0435cc2221b1f0c2b6bc15
1 /* Generated file. */
2 args @ { fetchurl, ... }:
3 rec {
4   baseName = "defclass-std";
5   version = "20201220-git";
7   description = "A shortcut macro to write DEFCLASS forms quickly.";
9   deps = [ args."alexandria" args."anaphora" ];
11   src = fetchurl {
12     url = "http://beta.quicklisp.org/archive/defclass-std/2020-12-20/defclass-std-20201220-git.tgz";
13     sha256 = "1ldivz1zmg0yxja43gj0lcgf10k0kj2bhb0576f0xnhy56sya0w3";
14   };
16   packageName = "defclass-std";
18   asdFilesToKeep = ["defclass-std.asd"];
19   overrides = x: x;
21 /* (SYSTEM defclass-std DESCRIPTION
22     A shortcut macro to write DEFCLASS forms quickly. SHA256
23     1ldivz1zmg0yxja43gj0lcgf10k0kj2bhb0576f0xnhy56sya0w3 URL
24     http://beta.quicklisp.org/archive/defclass-std/2020-12-20/defclass-std-20201220-git.tgz
25     MD5 b7a3bec06318b10818dc3941d407fe65 NAME defclass-std FILENAME
26     defclass-std DEPS
27     ((NAME alexandria FILENAME alexandria) (NAME anaphora FILENAME anaphora))
28     DEPENDENCIES (alexandria anaphora) VERSION 20201220-git SIBLINGS
29     (defclass-std-test) PARASITES NIL) */