2021-03-28 23:55:54 +02:00
|
|
|
/* Generated file. */
|
2018-09-12 10:47:19 +02:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 09:38:35 +02:00
|
|
|
rec {
|
2021-03-28 23:55:54 +02:00
|
|
|
baseName = "command-line-arguments";
|
2021-10-20 16:30:31 +02:00
|
|
|
version = "20210807-git";
|
|
|
|
|
|
|
|
parasites = [ "command-line-arguments/test" ];
|
2017-03-31 12:06:05 +02:00
|
|
|
|
2021-03-28 23:55:54 +02:00
|
|
|
description = "small library to deal with command-line arguments";
|
2017-03-31 12:06:05 +02:00
|
|
|
|
2021-10-20 16:30:31 +02:00
|
|
|
deps = [ args."alexandria" args."hu_dot_dwim_dot_stefil" ];
|
2017-03-31 12:06:05 +02:00
|
|
|
|
|
|
|
src = fetchurl {
|
2021-10-20 16:30:31 +02:00
|
|
|
url = "http://beta.quicklisp.org/archive/command-line-arguments/2021-08-07/command-line-arguments-20210807-git.tgz";
|
|
|
|
sha256 = "1ggrzdaw79ls7hk629m31z0pikibqi8x1hyi3fwd0zc8w9k3k6wk";
|
2017-03-31 12:06:05 +02:00
|
|
|
};
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2017-06-21 22:15:07 +02:00
|
|
|
packageName = "command-line-arguments";
|
2017-03-31 12:06:05 +02:00
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
asdFilesToKeep = ["command-line-arguments.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-31 12:06:05 +02:00
|
|
|
}
|
2017-08-31 02:22:51 +02:00
|
|
|
/* (SYSTEM command-line-arguments DESCRIPTION
|
|
|
|
small library to deal with command-line arguments SHA256
|
2021-10-20 16:30:31 +02:00
|
|
|
1ggrzdaw79ls7hk629m31z0pikibqi8x1hyi3fwd0zc8w9k3k6wk URL
|
|
|
|
http://beta.quicklisp.org/archive/command-line-arguments/2021-08-07/command-line-arguments-20210807-git.tgz
|
|
|
|
MD5 b50ca36f5b2b19d4322ac5b5969fee22 NAME command-line-arguments FILENAME
|
|
|
|
command-line-arguments DEPS
|
|
|
|
((NAME alexandria FILENAME alexandria)
|
|
|
|
(NAME hu.dwim.stefil FILENAME hu_dot_dwim_dot_stefil))
|
|
|
|
DEPENDENCIES (alexandria hu.dwim.stefil) VERSION 20210807-git SIBLINGS NIL
|
|
|
|
PARASITES (command-line-arguments/test)) */
|