mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 14:13:35 +00:00
bdc000263a
This is to enable a smooth migration to the new one.
27 lines
851 B
Nix
27 lines
851 B
Nix
/* Generated file. */
|
|
args @ { fetchurl, ... }:
|
|
rec {
|
|
baseName = "minheap";
|
|
version = "20160628-git";
|
|
|
|
description = "Various heap/priority queue data structures";
|
|
|
|
deps = [ ];
|
|
|
|
src = fetchurl {
|
|
url = "http://beta.quicklisp.org/archive/minheap/2016-06-28/minheap-20160628-git.tgz";
|
|
sha256 = "1zjmxivspywf3nr7a5qwih2vf7w62r8pmyq25qhm3a0v2fdaihzz";
|
|
};
|
|
|
|
packageName = "minheap";
|
|
|
|
asdFilesToKeep = ["minheap.asd"];
|
|
overrides = x: x;
|
|
}
|
|
/* (SYSTEM minheap DESCRIPTION Various heap/priority queue data structures
|
|
SHA256 1zjmxivspywf3nr7a5qwih2vf7w62r8pmyq25qhm3a0v2fdaihzz URL
|
|
http://beta.quicklisp.org/archive/minheap/2016-06-28/minheap-20160628-git.tgz
|
|
MD5 27a57cdd27e91eb767f1377fcbfe2af3 NAME minheap FILENAME minheap DEPS NIL
|
|
DEPENDENCIES NIL VERSION 20160628-git SIBLINGS (minheap-tests) PARASITES
|
|
NIL) */
|