Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-obsolete / quicklisp-to-nix-output / cl-heap.nix
blobda66b895bff1c0f207bb1d8baa7f0727dfd0004c
1 /* Generated file. */
2 args @ { fetchurl, ... }:
3 rec {
4   baseName = "cl-heap";
5   version = "0.1.6";
7   description = "An implementation of heap and priority queue data structures.";
9   deps = [ ];
11   src = fetchurl {
12     url = "http://beta.quicklisp.org/archive/cl-heap/2013-03-12/cl-heap-0.1.6.tgz";
13     sha256 = "163hb07p2nxz126rpq3cj5dyala24n0by5i5786n2qcr1w0bak4i";
14   };
16   packageName = "cl-heap";
18   asdFilesToKeep = ["cl-heap.asd"];
19   overrides = x: x;
21 /* (SYSTEM cl-heap DESCRIPTION
22     An implementation of heap and priority queue data structures. SHA256
23     163hb07p2nxz126rpq3cj5dyala24n0by5i5786n2qcr1w0bak4i URL
24     http://beta.quicklisp.org/archive/cl-heap/2013-03-12/cl-heap-0.1.6.tgz MD5
25     a12d71f7bbe22d6acdcc7cf36fb907b0 NAME cl-heap FILENAME cl-heap DEPS NIL
26     DEPENDENCIES NIL VERSION 0.1.6 SIBLINGS (cl-heap-tests) PARASITES NIL) */