lispPackages: add cl-prevalence and cl-hooks

This commit is contained in:
Antoine Eiche
2019-10-10 10:08:35 +02:00
parent 9bf8c96e6c
commit 92119cd96a
207 changed files with 378 additions and 235 deletions
@@ -1,9 +1,9 @@
args @ { fetchurl, ... }:
{
rec {
baseName = ''cl-csv'';
version = ''20180831-git'';
parasites = [ "cl-csv/speed-test" "cl-csv/test" ];
parasites = [ "cl-csv/test" ];
description = ''Facilities for reading and writing CSV format files'';
@@ -34,4 +34,4 @@ args @ { fetchurl, ... }:
(alexandria cl-interpol cl-ppcre cl-unicode flexi-streams iterate
lisp-unit2 named-readtables)
VERSION 20180831-git SIBLINGS (cl-csv-clsql cl-csv-data-table) PARASITES
(cl-csv/speed-test cl-csv/test)) */
(cl-csv/test)) */