nixpkgs/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/static-dispatch.nix
Kasper Gałkowski bdc000263a lisp-modules: add back the two current implementations
This is to enable a smooth migration to the new one.
2023-04-02 11:14:49 +02:00

44 lines
2.0 KiB
Nix

/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "static-dispatch";
version = "20211209-git";
parasites = [ "static-dispatch/test" ];
description = "Static generic function dispatch for Common Lisp.";
deps = [ args."agutil" args."alexandria" args."anaphora" args."arrows" args."cl-environments" args."cl-form-types" args."closer-mop" args."collectors" args."fiveam" args."introspect-environment" args."iterate" args."optima" args."parse-declarations-1_dot_0" args."symbol-munger" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/static-dispatch/2021-12-09/static-dispatch-20211209-git.tgz";
sha256 = "04hvwn5fvxlblhicdbj0sbvlgcxsnykak05j3pdv5laic50jz192";
};
packageName = "static-dispatch";
asdFilesToKeep = ["static-dispatch.asd"];
overrides = x: x;
}
/* (SYSTEM static-dispatch DESCRIPTION
Static generic function dispatch for Common Lisp. SHA256
04hvwn5fvxlblhicdbj0sbvlgcxsnykak05j3pdv5laic50jz192 URL
http://beta.quicklisp.org/archive/static-dispatch/2021-12-09/static-dispatch-20211209-git.tgz
MD5 f74cb2bd29ef9cfe966f470c7f63420f NAME static-dispatch FILENAME
static-dispatch DEPS
((NAME agutil FILENAME agutil) (NAME alexandria FILENAME alexandria)
(NAME anaphora FILENAME anaphora) (NAME arrows FILENAME arrows)
(NAME cl-environments FILENAME cl-environments)
(NAME cl-form-types FILENAME cl-form-types)
(NAME closer-mop FILENAME closer-mop)
(NAME collectors FILENAME collectors) (NAME fiveam FILENAME fiveam)
(NAME introspect-environment FILENAME introspect-environment)
(NAME iterate FILENAME iterate) (NAME optima FILENAME optima)
(NAME parse-declarations-1.0 FILENAME parse-declarations-1_dot_0)
(NAME symbol-munger FILENAME symbol-munger))
DEPENDENCIES
(agutil alexandria anaphora arrows cl-environments cl-form-types closer-mop
collectors fiveam introspect-environment iterate optima
parse-declarations-1.0 symbol-munger)
VERSION 20211209-git SIBLINGS NIL PARASITES (static-dispatch/test)) */