aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/pythonic-string-reader.nix
blob: ae810d3479081029c1d80fbd0fe699e93c1db161 (plain)
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
28
29
args @ { fetchurl, ... }:
rec {
  baseName = ''pythonic-string-reader'';
  version = ''20180711-git'';

  description = ''A simple and unintrusive read table modification that allows for
simple string literal definition that doesn't require escaping characters.'';

  deps = [ args."named-readtables" ];

  src = fetchurl {
    url = ''http://beta.quicklisp.org/archive/pythonic-string-reader/2018-07-11/pythonic-string-reader-20180711-git.tgz'';
    sha256 = ''0gr6sbkmfwca9r0xa5vczjm4s9psbrqy5hvijkp5g42b0b7x5myx'';
  };

  packageName = "pythonic-string-reader";

  asdFilesToKeep = ["pythonic-string-reader.asd"];
  overrides = x: x;
}
/* (SYSTEM pythonic-string-reader DESCRIPTION
    A simple and unintrusive read table modification that allows for
simple string literal definition that doesn't require escaping characters.
    SHA256 0gr6sbkmfwca9r0xa5vczjm4s9psbrqy5hvijkp5g42b0b7x5myx URL
    http://beta.quicklisp.org/archive/pythonic-string-reader/2018-07-11/pythonic-string-reader-20180711-git.tgz
    MD5 8156636895b1148fad6e7bcedeb6b556 NAME pythonic-string-reader FILENAME
    pythonic-string-reader DEPS
    ((NAME named-readtables FILENAME named-readtables)) DEPENDENCIES
    (named-readtables) VERSION 20180711-git SIBLINGS NIL PARASITES NIL) */