mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-29 12:35:10 +03:00
lispPackages: add 11 packages
The following packages has been added: - cl-css - dbus - log4cl - mk-string-metrics - prove-asdf - sqlite - str - swank - trivia - trivial-clipboard - unix-opts
This commit is contained in:
parent
70ca8dab45
commit
6309561d39
42 changed files with 1131 additions and 292 deletions
|
@ -0,0 +1,26 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''mk-string-metrics'';
|
||||
version = ''20180131-git'';
|
||||
|
||||
description = ''efficient implementations of various string metric algorithms'';
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/mk-string-metrics/2018-01-31/mk-string-metrics-20180131-git.tgz'';
|
||||
sha256 = ''10xb9n6568nh019nq3phijbc7l6hkv69yllfiqvc1zzsprxpkwc4'';
|
||||
};
|
||||
|
||||
packageName = "mk-string-metrics";
|
||||
|
||||
asdFilesToKeep = ["mk-string-metrics.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM mk-string-metrics DESCRIPTION
|
||||
efficient implementations of various string metric algorithms SHA256
|
||||
10xb9n6568nh019nq3phijbc7l6hkv69yllfiqvc1zzsprxpkwc4 URL
|
||||
http://beta.quicklisp.org/archive/mk-string-metrics/2018-01-31/mk-string-metrics-20180131-git.tgz
|
||||
MD5 40f23794a7d841cb178f5951d3992886 NAME mk-string-metrics FILENAME
|
||||
mk-string-metrics DEPS NIL DEPENDENCIES NIL VERSION 20180131-git SIBLINGS
|
||||
(mk-string-metrics-tests) PARASITES NIL) */
|
Loading…
Add table
Add a link
Reference in a new issue