2021-03-28 22:55:54 +01:00
|
|
|
/* Generated file. */
|
2017-03-30 21:54:56 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2021-03-28 22:55:54 +01:00
|
|
|
baseName = "nibbles";
|
|
|
|
version = "20210124-git";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2018-02-12 19:38:21 +00:00
|
|
|
parasites = [ "nibbles/tests" ];
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2021-03-28 22:55:54 +01:00
|
|
|
description = "A library for accessing octet-addressed blocks of data in big- and little-endian orders";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2018-05-30 18:24:57 +01:00
|
|
|
deps = [ args."rt" ];
|
2017-03-30 21:54:56 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2021-03-28 22:55:54 +01:00
|
|
|
url = "http://beta.quicklisp.org/archive/nibbles/2021-01-24/nibbles-20210124-git.tgz";
|
|
|
|
sha256 = "0y3h4k7665w7b8ivmql9w6rz3ivfa3h8glk45sn6mwix55xmzp26";
|
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 = "nibbles";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["nibbles.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 21:54:56 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM nibbles DESCRIPTION
|
|
|
|
A library for accessing octet-addressed blocks of data in big- and little-endian orders
|
2021-03-28 13:38:38 +01:00
|
|
|
SHA256 0y3h4k7665w7b8ivmql9w6rz3ivfa3h8glk45sn6mwix55xmzp26 URL
|
|
|
|
http://beta.quicklisp.org/archive/nibbles/2021-01-24/nibbles-20210124-git.tgz
|
|
|
|
MD5 e37b58da46b4756006e790e658f35ea8 NAME nibbles FILENAME nibbles DEPS
|
|
|
|
((NAME rt FILENAME rt)) DEPENDENCIES (rt) VERSION 20210124-git SIBLINGS NIL
|
2018-05-30 18:24:57 +01:00
|
|
|
PARASITES (nibbles/tests)) */
|