Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-obsolete / quicklisp-to-nix-output / jpl-queues.nix
blob0100a58a44da53743dd775fe61d3fea4b1d9a915
1 /* Generated file. */
2 args @ { fetchurl, ... }:
3 rec {
4   baseName = "jpl-queues";
5   version = "0.1";
7   description = "A few different kinds of queues, with optional
8 multithreading synchronization.";
10   deps = [ args."alexandria" args."bordeaux-threads" args."jpl-util" ];
12   src = fetchurl {
13     url = "http://beta.quicklisp.org/archive/jpl-queues/2010-10-06/jpl-queues-0.1.tgz";
14     sha256 = "1wvvv7j117h9a42qaj1g4fh4mji28xqs7s60rn6d11gk9jl76h96";
15   };
17   packageName = "jpl-queues";
19   asdFilesToKeep = ["jpl-queues.asd"];
20   overrides = x: x;
22 /* (SYSTEM jpl-queues DESCRIPTION A few different kinds of queues, with optional
23 multithreading synchronization.
24     SHA256 1wvvv7j117h9a42qaj1g4fh4mji28xqs7s60rn6d11gk9jl76h96 URL
25     http://beta.quicklisp.org/archive/jpl-queues/2010-10-06/jpl-queues-0.1.tgz
26     MD5 7c3d14c955db0a5c8ece2b9409333ce0 NAME jpl-queues FILENAME jpl-queues
27     DEPS
28     ((NAME alexandria FILENAME alexandria)
29      (NAME bordeaux-threads FILENAME bordeaux-threads)
30      (NAME jpl-util FILENAME jpl-util))
31     DEPENDENCIES (alexandria bordeaux-threads jpl-util) VERSION 0.1 SIBLINGS
32     NIL PARASITES NIL) */