nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-html-parse.nix

26 lines
823 B
Nix
Raw Normal View History

args @ { fetchurl, ... }:
rec {
2021-03-28 12:38:38 +00:00
baseName = ''cl-html-parse'';
version = ''20200925-git'';
2021-03-28 12:38:38 +00:00
description = ''HTML Parser'';
deps = [ ];
src = fetchurl {
2021-03-28 12:38:38 +00:00
url = ''http://beta.quicklisp.org/archive/cl-html-parse/2020-09-25/cl-html-parse-20200925-git.tgz'';
sha256 = ''14pfd4gwjb8ywr79dqrcznw6h8a1il3g5b6cm5x9aiyr49zdv15f'';
};
packageName = "cl-html-parse";
asdFilesToKeep = ["cl-html-parse.asd"];
overrides = x: x;
}
/* (SYSTEM cl-html-parse DESCRIPTION HTML Parser SHA256
2020-10-24 10:53:25 +00:00
14pfd4gwjb8ywr79dqrcznw6h8a1il3g5b6cm5x9aiyr49zdv15f URL
http://beta.quicklisp.org/archive/cl-html-parse/2020-09-25/cl-html-parse-20200925-git.tgz
MD5 3333eedf037a48900c663fceae3e4cfd NAME cl-html-parse FILENAME
cl-html-parse DEPS NIL DEPENDENCIES NIL VERSION 20200925-git SIBLINGS NIL
PARASITES NIL) */