2021-03-28 23:55:54 +02:00
|
|
|
/* Generated file. */
|
2017-03-30 22:54:56 +02:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 09:38:35 +02:00
|
|
|
rec {
|
2021-03-28 23:55:54 +02:00
|
|
|
baseName = "nibbles";
|
2021-10-20 16:30:31 +02:00
|
|
|
version = "20210531-git";
|
2017-03-30 22:54:56 +02:00
|
|
|
|
2018-02-12 20:38:21 +01:00
|
|
|
parasites = [ "nibbles/tests" ];
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2021-03-28 23:55:54 +02:00
|
|
|
description = "A library for accessing octet-addressed blocks of data in big- and little-endian orders";
|
2017-03-30 22:54:56 +02:00
|
|
|
|
2018-05-30 19:24:57 +02:00
|
|
|
deps = [ args."rt" ];
|
2017-03-30 22:54:56 +02:00
|
|
|
|
|
|
|
src = fetchurl {
|
2021-10-20 16:30:31 +02:00
|
|
|
url = "http://beta.quicklisp.org/archive/nibbles/2021-05-31/nibbles-20210531-git.tgz";
|
|
|
|
sha256 = "1gwk44l86z6yyyn1fqf72rvlh93i61v6430njl9c6cmm05hf8lzz";
|
2017-03-30 22:54:56 +02:00
|
|
|
};
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2017-06-21 22:15:07 +02:00
|
|
|
packageName = "nibbles";
|
2017-03-30 22:54:56 +02:00
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
asdFilesToKeep = ["nibbles.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 22:54:56 +02:00
|
|
|
}
|
2017-08-31 02:22:51 +02:00
|
|
|
/* (SYSTEM nibbles DESCRIPTION
|
|
|
|
A library for accessing octet-addressed blocks of data in big- and little-endian orders
|
2021-10-20 16:30:31 +02: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
|
2018-05-30 19:24:57 +02:00
|
|
|
PARASITES (nibbles/tests)) */
|