mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-27 03:26:50 +03:00
quicklispPackages: regenerate
This commit is contained in:
parent
571d45fea6
commit
a8d38f8f07
155 changed files with 1497 additions and 1868 deletions
|
@ -0,0 +1,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) */
|
Loading…
Add table
Add a link
Reference in a new issue