Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-obsolete / quicklisp-to-nix-output / cl-anonfun.nix
blobd2dd93228ff4d0e59e896f34a19000e088ca0df6
1 /* Generated file. */
2 args @ { fetchurl, ... }:
3 rec {
4   baseName = "cl-anonfun";
5   version = "20111203-git";
7   description = "Anonymous function helpers for Common Lisp";
9   deps = [ ];
11   src = fetchurl {
12     url = "http://beta.quicklisp.org/archive/cl-anonfun/2011-12-03/cl-anonfun-20111203-git.tgz";
13     sha256 = "16r3v3yba41smkqpz0qvzabkxashl39klfb6vxhzbly696x87p1m";
14   };
16   packageName = "cl-anonfun";
18   asdFilesToKeep = ["cl-anonfun.asd"];
19   overrides = x: x;
21 /* (SYSTEM cl-anonfun DESCRIPTION Anonymous function helpers for Common Lisp
22     SHA256 16r3v3yba41smkqpz0qvzabkxashl39klfb6vxhzbly696x87p1m URL
23     http://beta.quicklisp.org/archive/cl-anonfun/2011-12-03/cl-anonfun-20111203-git.tgz
24     MD5 915bda1a7653d42090f8d20a1ad85d0b NAME cl-anonfun FILENAME cl-anonfun
25     DEPS NIL DEPENDENCIES NIL VERSION 20111203-git SIBLINGS NIL PARASITES NIL) */