summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-xmlspam.nix
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2019-09-10 21:47:20 +0200
committerAntoine Eiche <lewo@abesis.fr>2019-09-11 09:18:27 +0200
commit6309561d397076b0cabd8ef5ae8045c9e29b2241 (patch)
treecb3d78535fa8647682e35f22f93bd33f8914ac56 /pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-xmlspam.nix
parent70ca8dab45d03967fa5a9d0ca0f6541f4200f025 (diff)
downloadnixpkgs-6309561d397076b0cabd8ef5ae8045c9e29b2241.tar
nixpkgs-6309561d397076b0cabd8ef5ae8045c9e29b2241.tar.gz
nixpkgs-6309561d397076b0cabd8ef5ae8045c9e29b2241.tar.bz2
nixpkgs-6309561d397076b0cabd8ef5ae8045c9e29b2241.tar.lz
nixpkgs-6309561d397076b0cabd8ef5ae8045c9e29b2241.tar.xz
nixpkgs-6309561d397076b0cabd8ef5ae8045c9e29b2241.tar.zst
nixpkgs-6309561d397076b0cabd8ef5ae8045c9e29b2241.zip
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
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-xmlspam.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-xmlspam.nix34
1 files changed, 34 insertions, 0 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-xmlspam.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-xmlspam.nix
new file mode 100644
index 00000000000..223c50f4716
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-xmlspam.nix
@@ -0,0 +1,34 @@
+args @ { fetchurl, ... }:
+rec {
+  baseName = ''cl-xmlspam'';
+  version = ''20101006-http'';
+
+  description = ''Streaming pattern matching for XML'';
+
+  deps = [ args."alexandria" args."babel" args."cl-ppcre" args."closure-common" args."cxml" args."puri" args."trivial-features" args."trivial-gray-streams" ];
+
+  src = fetchurl {
+    url = ''http://beta.quicklisp.org/archive/cl-xmlspam/2010-10-06/cl-xmlspam-20101006-http.tgz'';
+    sha256 = ''1mx1a6ab4irncrx5pamh7zng35m4c5wh0pw68avaz7fbz81s953h'';
+  };
+
+  packageName = "cl-xmlspam";
+
+  asdFilesToKeep = ["cl-xmlspam.asd"];
+  overrides = x: x;
+}
+/* (SYSTEM cl-xmlspam DESCRIPTION Streaming pattern matching for XML SHA256
+    1mx1a6ab4irncrx5pamh7zng35m4c5wh0pw68avaz7fbz81s953h URL
+    http://beta.quicklisp.org/archive/cl-xmlspam/2010-10-06/cl-xmlspam-20101006-http.tgz
+    MD5 6e3a0944e96e17916b1445f4207babb8 NAME cl-xmlspam FILENAME cl-xmlspam
+    DEPS
+    ((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
+     (NAME cl-ppcre FILENAME cl-ppcre)
+     (NAME closure-common FILENAME closure-common) (NAME cxml FILENAME cxml)
+     (NAME puri FILENAME puri)
+     (NAME trivial-features FILENAME trivial-features)
+     (NAME trivial-gray-streams FILENAME trivial-gray-streams))
+    DEPENDENCIES
+    (alexandria babel cl-ppcre closure-common cxml puri trivial-features
+     trivial-gray-streams)
+    VERSION 20101006-http SIBLINGS NIL PARASITES NIL) */