about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/cl-ascii-table.nix
blob: aae1b848757b79c7381defb9c5c0748cf6de1e7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* Generated file. */
args @ { fetchurl, ... }:
rec {
  baseName = "cl-ascii-table";
  version = "20200610-git";

  description = "Common Lisp library to present tabular data in ascii-art table.";

  deps = [ ];

  src = fetchurl {
    url = "http://beta.quicklisp.org/archive/cl-ascii-table/2020-06-10/cl-ascii-table-20200610-git.tgz";
    sha256 = "00395cbmjwlywyks3zd4mqp0w7yyms61ywp06knv1gbf847vy7yi";
  };

  packageName = "cl-ascii-table";

  asdFilesToKeep = ["cl-ascii-table.asd"];
  overrides = x: x;
}
/* (SYSTEM cl-ascii-table DESCRIPTION
    Common Lisp library to present tabular data in ascii-art table. SHA256
    00395cbmjwlywyks3zd4mqp0w7yyms61ywp06knv1gbf847vy7yi URL
    http://beta.quicklisp.org/archive/cl-ascii-table/2020-06-10/cl-ascii-table-20200610-git.tgz
    MD5 6f2eaaae3fb03ba719d77ed3ffaeaf4f NAME cl-ascii-table FILENAME
    cl-ascii-table DEPS NIL DEPENDENCIES NIL VERSION 20200610-git SIBLINGS NIL
    PARASITES NIL) */