Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-obsolete / quicklisp-to-nix-output / simple-date-time.nix
blob83466bf1d98eb7704b2829b9b9f389e961fdf5b8
1 /* Generated file. */
2 args @ { fetchurl, ... }:
3 rec {
4   baseName = "simple-date-time";
5   version = "20160421-git";
7   description = "date and time library for common lisp";
9   deps = [ args."cl-ppcre" ];
11   src = fetchurl {
12     url = "http://beta.quicklisp.org/archive/simple-date-time/2016-04-21/simple-date-time-20160421-git.tgz";
13     sha256 = "1db9n7pspxkqkzz12829a1lp7v4ghrnlb7g3wh04yz6m224d3i4h";
14   };
16   packageName = "simple-date-time";
18   asdFilesToKeep = ["simple-date-time.asd"];
19   overrides = x: x;
21 /* (SYSTEM simple-date-time DESCRIPTION date and time library for common lisp
22     SHA256 1db9n7pspxkqkzz12829a1lp7v4ghrnlb7g3wh04yz6m224d3i4h URL
23     http://beta.quicklisp.org/archive/simple-date-time/2016-04-21/simple-date-time-20160421-git.tgz
24     MD5 a5b1e4af539646723dafacbc8cf732a0 NAME simple-date-time FILENAME
25     simple-date-time DEPS ((NAME cl-ppcre FILENAME cl-ppcre)) DEPENDENCIES
26     (cl-ppcre) VERSION 20160421-git SIBLINGS NIL PARASITES NIL) */