2021-04-05 15:23:46 +00:00
|
|
|
/* Generated file. */
|
2020-04-24 23:36:52 +00:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
2021-04-05 15:23:46 +00:00
|
|
|
baseName = "nibbles";
|
2021-10-17 09:34:42 +00:00
|
|
|
version = "20210531-git";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
parasites = [ "nibbles/tests" ];
|
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
description = "A library for accessing octet-addressed blocks of data in big- and little-endian orders";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
deps = [ args."rt" ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2021-10-17 09:34:42 +00:00
|
|
|
url = "http://beta.quicklisp.org/archive/nibbles/2021-05-31/nibbles-20210531-git.tgz";
|
|
|
|
sha256 = "1gwk44l86z6yyyn1fqf72rvlh93i61v6430njl9c6cmm05hf8lzz";
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
packageName = "nibbles";
|
|
|
|
|
|
|
|
asdFilesToKeep = ["nibbles.asd"];
|
|
|
|
overrides = x: x;
|
|
|
|
}
|
|
|
|
/* (SYSTEM nibbles DESCRIPTION
|
|
|
|
A library for accessing octet-addressed blocks of data in big- and little-endian orders
|
2021-10-17 09:34:42 +00:00
|
|
|
SHA256 1gwk44l86z6yyyn1fqf72rvlh93i61v6430njl9c6cmm05hf8lzz URL
|
|
|
|
http://beta.quicklisp.org/archive/nibbles/2021-05-31/nibbles-20210531-git.tgz
|
|
|
|
MD5 ec4ee1a201aef6325e071a9d9e3f6380 NAME nibbles FILENAME nibbles DEPS
|
|
|
|
((NAME rt FILENAME rt)) DEPENDENCIES (rt) VERSION 20210531-git SIBLINGS NIL
|
2020-04-24 23:36:52 +00:00
|
|
|
PARASITES (nibbles/tests)) */
|