2017-03-30 21:54:56 +01:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''documentation-utils'';
|
2018-09-12 09:47:19 +01:00
|
|
|
version = ''20180831-git'';
|
2017-03-30 21:54:56 +01:00
|
|
|
|
|
|
|
description = ''A few simple tools to help you with documenting your library.'';
|
|
|
|
|
2017-08-01 03:34:01 +01:00
|
|
|
deps = [ args."trivial-indent" ];
|
2017-03-30 21:54:56 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2018-09-12 09:47:19 +01:00
|
|
|
url = ''http://beta.quicklisp.org/archive/documentation-utils/2018-08-31/documentation-utils-20180831-git.tgz'';
|
|
|
|
sha256 = ''0g26hgppynrfdkpaplb77xzrsmsdzmlnqgl8336l08zmg80x90n5'';
|
2017-03-30 21:54:56 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "documentation-utils";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["documentation-utils.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 21:54:56 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM documentation-utils DESCRIPTION
|
|
|
|
A few simple tools to help you with documenting your library. SHA256
|
2018-09-12 09:47:19 +01:00
|
|
|
0g26hgppynrfdkpaplb77xzrsmsdzmlnqgl8336l08zmg80x90n5 URL
|
|
|
|
http://beta.quicklisp.org/archive/documentation-utils/2018-08-31/documentation-utils-20180831-git.tgz
|
|
|
|
MD5 e0f58ffe20602cada3413b4eeec909ef NAME documentation-utils FILENAME
|
2017-08-31 01:22:51 +01:00
|
|
|
documentation-utils DEPS ((NAME trivial-indent FILENAME trivial-indent))
|
2018-09-12 09:47:19 +01:00
|
|
|
DEPENDENCIES (trivial-indent) VERSION 20180831-git SIBLINGS
|
|
|
|
(multilang-documentation-utils) PARASITES NIL) */
|