nixpkgs/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/jsown.nix
Kasper Gałkowski bdc000263a lisp-modules: add back the two current implementations
This is to enable a smooth migration to the new one.
2023-04-02 11:14:49 +02:00

27 lines
1017 B
Nix

/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "jsown";
version = "20200218-git";
description = "Fast JSON parsing library. Mainly geared torwards fetching only a few keys of many objects, but efficient for other types of content too";
deps = [ ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/jsown/2020-02-18/jsown-20200218-git.tgz";
sha256 = "10cn1fkznyq73vxwy95wsd36yfiiakmk278lv7mzzsyqc1jrn2hj";
};
packageName = "jsown";
asdFilesToKeep = ["jsown.asd"];
overrides = x: x;
}
/* (SYSTEM jsown DESCRIPTION
Fast JSON parsing library. Mainly geared torwards fetching only a few keys of many objects, but efficient for other types of content too
SHA256 10cn1fkznyq73vxwy95wsd36yfiiakmk278lv7mzzsyqc1jrn2hj URL
http://beta.quicklisp.org/archive/jsown/2020-02-18/jsown-20200218-git.tgz
MD5 ecf8bfcc2a2ccbab9baddca6592b34ba NAME jsown FILENAME jsown DEPS NIL
DEPENDENCIES NIL VERSION 20200218-git SIBLINGS (jsown-tests) PARASITES NIL) */