Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-obsolete / quicklisp-to-nix-output / named-readtables.nix
blob198768fe70425b6f68ad1c54be2d098d1f011ff2
1 /* Generated file. */
2 args @ { fetchurl, ... }:
3 rec {
4   baseName = "named-readtables";
5   version = "20211209-git";
7   parasites = [ "named-readtables/test" ];
9   description = "Library that creates a namespace for named readtable
10   akin to the namespace of packages.";
12   deps = [ ];
14   src = fetchurl {
15     url = "http://beta.quicklisp.org/archive/named-readtables/2021-12-09/named-readtables-20211209-git.tgz";
16     sha256 = "0mlxbs7r6ksjk9ilsgp756qp4jlgplr30kxdn7npq27wg0rpvz2n";
17   };
19   packageName = "named-readtables";
21   asdFilesToKeep = ["named-readtables.asd"];
22   overrides = x: x;
24 /* (SYSTEM named-readtables DESCRIPTION
25     Library that creates a namespace for named readtable
26   akin to the namespace of packages.
27     SHA256 0mlxbs7r6ksjk9ilsgp756qp4jlgplr30kxdn7npq27wg0rpvz2n URL
28     http://beta.quicklisp.org/archive/named-readtables/2021-12-09/named-readtables-20211209-git.tgz
29     MD5 52def9392c93bb9c6da4b957549bcb0b NAME named-readtables FILENAME
30     named-readtables DEPS NIL DEPENDENCIES NIL VERSION 20211209-git SIBLINGS
31     NIL PARASITES (named-readtables/test)) */