From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id eJ4pEIly/GHJbQEAgWs5BA (envelope-from ) for ; Fri, 04 Feb 2022 01:25:45 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id kJ/SDIly/GHskgAAauVa8A (envelope-from ) for ; Fri, 04 Feb 2022 01:25:45 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CC868473A3 for ; Fri, 4 Feb 2022 01:25:44 +0100 (CET) Received: from localhost ([::1]:47192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmQ3-0000ks-VH for larch@yhetil.org; Thu, 03 Feb 2022 19:25:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36534) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmPO-0000Ut-Gy for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36170) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmPO-0001if-7k for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmPO-0008WM-3I for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 02/17] gnu: Add clojure-data-json. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53765 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53765@debbugs.gnu.org Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.164393427332667 (code B ref 53765); Fri, 04 Feb 2022 00:25:02 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:33 +0000 Received: from localhost ([127.0.0.1]:58289 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmOv-0008Up-Co for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:33 -0500 Received: from mout-p-103.mailbox.org ([80.241.56.161]:44082) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmOs-0008UY-3P for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:31 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4JqbrS0J0jz9sSc for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:24:24 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934261; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Wz82FPZCPFX6oNfEp8ttUZpFGWUsEG8r6FQxRzubbtM=; b=LopKjsfv/uZQvMupzV+QFJZAX6tXHJnkGgJSTZx3I57dYUQ703vG8M5h6+MmHwms5ylnfN cSwoh9v4/HangMrZcLRhOIcyGOU0tLBdT9ExHF8PgyeHdZ0ZB0QA/UR20rVl4Kk/ZRqM2V NBbD+Qxy3n1dY0CRq37rOWs7qLIpWABJGZ99ejctVam98tQQOM2oJMi3hDxXm1LlxzkInH SYFJ/jRGVx7Yayba4UEiPpNEufjDdF19dqgJTC+Y8lzxuhhfwe26+ktErgv/JB7Sboj5zo a6VAhPObpr/Q2a1L77Gepp78o7fFTofttOcosah6p3OhPfLOBkiXtzZHSY0wig== From: Reily Siegel Date: Thu, 03 Feb 2022 19:24:18 -0500 Message-ID: <87v8xv32dp.fsf@reilysiegel.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1643934344; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=Wz82FPZCPFX6oNfEp8ttUZpFGWUsEG8r6FQxRzubbtM=; b=TzGSx1/oGA+hnC4H1SEI3cVfvazlzwOv8/tp1HYr+yw2JkFHKjhOS00Ptb33TKjLZe00Nq TTd7S3DODZdyu8dCR9Z99owVADAtzpsURkNCLyfWFQ/sYpUPWg1C2p+JSrUxhSyKKmZ3Sz rofjbSoRIdbUtumvfwUoiGAC8bO/i/0VxVdhqcTP8rSCjj5/m4m2EhhnN2t48YWNaTrWqI DY5+wkm5IYOrNAd75UpntpYhS+kpIsVzZ4HruaQAN2314BlxZXYjwZk/ulDVPK4bA04Bny WMZ0cYQXwCkp6CG09Jec9lSTKKDrbf1YFL3uBPZOqMliyr33QB5Ps+hnjzWhew== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1643934344; a=rsa-sha256; cv=none; b=J9Afnoh7TLNK3Di8ZOxeOLFX95RCrCKTg5SjRbwNTUgBRe7cBd0CnigPkHWzgwTCiTVa8F qhZSqqrfcEMzUpVJP0gwgSHwxioaMr5J0iZI5yYg+WNydShdLJouanyCwbQ6veW4UW7zTP YsDVzNoYwnuOX1JcrXmJz6ZTYg9xJb6OOnyonjuBp2lsK4ngaz1+K6aDHi3w8KhY0fOUlY Br+KOtYsrpx8X8s4Ybwk+xb78Eek9ePKBVRiAQA0lqFwPYPvX4yIHFq9vgeAyE6BFFiSEB bMDWb+Va9DTYpcQFsiA5QzAnIyu8qJDFTlJUy+flhQUbKYlpQ+JkqzIqoTM0bg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reilysiegel.com header.s=MBO0001 header.b=LopKjsfv; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.33 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reilysiegel.com header.s=MBO0001 header.b=LopKjsfv; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: CC868473A3 X-Spam-Score: -2.33 X-Migadu-Scanner: scn1.migadu.com X-TUID: 0FvyxxZSs5ht * gnu/packages/clojure.scm (clojure-data-json): New variable. --- gnu/packages/clojure.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 3cf287140d..c4524c2abb 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -315,6 +315,34 @@ (define-public clojure-data-codec is on par with Java implementations, e.g., Apache commons-codec.") (license license:epl1.0))) +(define-public clojure-data-json + (package + (name "clojure-data-json") + (version "2.4.0") + (home-page "https://github.com/clojure/data.json") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xx3hiy62rrph4y4g3aqa1lfb0ns3p6vdvcvlpgm5w1npl70n2r5")))) + (build-system clojure-build-system) + (native-inputs (list clojure-test-check)) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '() + ;; ClassCastException, ConcurrentExecutionException + #:test-exclude '(clojure.data.json-compat-0-1-test + clojure.data.json-gen-test + clojure.data.json-test))) + (synopsis "JSON parser/generator to/from Clojure data structures") + (description "JSON parser/generator to/from Clojure data structures.") + (license license:epl1.0))) + (define-public clojure-data-priority-map (package (name "clojure-data-priority-map") -- 2.34.0