Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-obsolete / quicklisp-to-nix-output / cl-unicode.nix
blob67209e03f838c9c9ea9a89a46b4f046854689f21
1 /* Generated file. */
2 args @ { fetchurl, ... }:
3 rec {
4   baseName = "cl-unicode";
5   version = "20210228-git";
7   parasites = [ "cl-unicode/base" "cl-unicode/build" "cl-unicode/test" ];
9   description = "Portable Unicode Library";
11   deps = [ args."cl-ppcre" args."flexi-streams" ];
13   src = fetchurl {
14     url = "http://beta.quicklisp.org/archive/cl-unicode/2021-02-28/cl-unicode-20210228-git.tgz";
15     sha256 = "0phy5wppb7m78dixrf2vjq8vas4drfd4qg38al6q8ymkl0yfy5js";
16   };
18   packageName = "cl-unicode";
20   asdFilesToKeep = ["cl-unicode.asd"];
21   overrides = x: x;
23 /* (SYSTEM cl-unicode DESCRIPTION Portable Unicode Library SHA256
24     0phy5wppb7m78dixrf2vjq8vas4drfd4qg38al6q8ymkl0yfy5js URL
25     http://beta.quicklisp.org/archive/cl-unicode/2021-02-28/cl-unicode-20210228-git.tgz
26     MD5 5b3bdddde3be5b8427e3fac92495a10b NAME cl-unicode FILENAME cl-unicode
27     DEPS
28     ((NAME cl-ppcre FILENAME cl-ppcre)
29      (NAME flexi-streams FILENAME flexi-streams))
30     DEPENDENCIES (cl-ppcre flexi-streams) VERSION 20210228-git SIBLINGS NIL
31     PARASITES (cl-unicode/base cl-unicode/build cl-unicode/test)) */