2017-03-30 21:54:56 +01:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''nibbles'';
|
2018-02-12 19:38:21 +00:00
|
|
|
version = ''20171130-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
|
|
|
|
2017-03-30 21:54:56 +01:00
|
|
|
description = ''A library for accessing octet-addressed blocks of data in big- and little-endian orders'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2018-02-12 19:38:21 +00:00
|
|
|
url = ''http://beta.quicklisp.org/archive/nibbles/2017-11-30/nibbles-20171130-git.tgz'';
|
|
|
|
sha256 = ''05ykyniak1m0whr7pnbhg53yblr5mny0crmh72bmgnvpmkm345zn'';
|
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
|
2018-02-12 19:38:21 +00:00
|
|
|
SHA256 05ykyniak1m0whr7pnbhg53yblr5mny0crmh72bmgnvpmkm345zn URL
|
|
|
|
http://beta.quicklisp.org/archive/nibbles/2017-11-30/nibbles-20171130-git.tgz
|
|
|
|
MD5 edce3702da9979fca3e40a4594fe36e6 NAME nibbles FILENAME nibbles DEPS NIL
|
|
|
|
DEPENDENCIES NIL VERSION 20171130-git SIBLINGS NIL PARASITES
|
|
|
|
(nibbles/tests)) */
|