From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 4KbIBfhy/GEjdgEAgWs5BA (envelope-from ) for ; Fri, 04 Feb 2022 01:27:36 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id iDCBAvhy/GEihgEAauVa8A (envelope-from ) for ; Fri, 04 Feb 2022 01:27:36 +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 AE08619003 for ; Fri, 4 Feb 2022 01:27:35 +0100 (CET) Received: from localhost ([::1]:49474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmRq-0002el-R5 for larch@yhetil.org; Thu, 03 Feb 2022 19:27:34 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmQO-0001sY-BE for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36199) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmQO-000292-2p for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmQO-00008k-0C for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 11/17] gnu: Add clojure-core-async. 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:26:03 +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.1643934340462 (code B ref 53765); Fri, 04 Feb 2022 00:26:03 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:40 +0000 Received: from localhost ([127.0.0.1]:58321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPz-00007N-Vr for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:40 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:43414) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPx-000072-VD for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:38 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (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-101.mailbox.org (Postfix) with ESMTPS id 4Jqbsm1SR8z9sQX for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:25:32 +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=1643934329; 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=t4h8VcfNdY0STGI1Ov0Kd7ZlRWAv9lumsUbnPo3D+yc=; b=TgVf2kCWtw4jNXdrjFTfahONe7eHqzWeMm+rJgQcukRvuMCx+VbORI1+kmFsn94W89j/u0 uhQ2NI+eLkWeLvjrGuvf7HPr7iyN7fRyxtpzcNXBcsOE1WJZtIs6jeq+HQGCA6dDE3ZtVZ SSRKj6AqZt+z12zy/FmK6DmLKnkw9hdnbxa+xz5cj+a8Yz/rKI7IrllFgC7gLrRywTDph5 dW9o5K24n87ca0NRollQHKPTTsGLdErII9dd0H+frzdVanyGbwF/NHzwZd0vvVz6+S+lKx ZJThdsZd3QuUdz5p+uXWtu0FQUAhXvQerZmSZyn6owUQLFvGUES1NP53Tzx82w== From: Reily Siegel Date: Thu, 03 Feb 2022 19:25:25 -0500 Message-ID: <87iltv32bu.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=1643934455; 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=t4h8VcfNdY0STGI1Ov0Kd7ZlRWAv9lumsUbnPo3D+yc=; b=P5H0k2xU/ThWO0YSZbFYcj80wi3K/W9Ys6KrroKRPqS4Ha64/8/PK9NERqt8yszhtUFWNy t2/+GJe39bPBCvIGY5sEJcuhwrXR6bMDHAF2bs1dWKqe8XcMcrwzc5Vi2aKkzoZs9rHVnw x4esu2PA2NMra7SWD9OVUmueBrSgnV+MYUs2pTGIvKhStZ6J76XLM7uB7cPue3vekkT1Gu 5gTxepnBuu1h+dRDKcWfHYybbnGfbgfcvmbLAN5zO80XANTo0/t4PsVN5dnL49A/zproEN rT9uMhv1zo5RXmOvS4AQRzqwRMDAXe3BCNIRFdKVzYSZuWHM2ow+TKWy3Jl4Zg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1643934455; a=rsa-sha256; cv=none; b=UVcr6ELprrI0qlzCdcFuK5T+wWDyMfcWq7D4vZo7G84Yle87TRXa4h/bGVGUq5b0GGJwKs nPFjzmNKB6bYh5nfhwIqytIFP+/ZpNQLGIR2rX3l8nUMwGZxST2vEyHQiUOium6f4S/PyP tMxDgPHrzYPM/JGG73PEoabcv3im/xOlQ0+7IXKIFNcmSCsSnaxOVW/oPbWCqkNrdyo2Rd yEUA9UGYFpTXhUj6U0t5Ule7XIXkQWgS26piMfiFRB746/aoLTHcy+QEJpCcijqzmQl9+P wsLoaI6lrbvxt8qkwZPIVl6m3s4oz/FWqGl9ypvVXxZcoTgUFchaB+UaV+NaNw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reilysiegel.com header.s=MBO0001 header.b=TgVf2kCW; 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=TgVf2kCW; 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: AE08619003 X-Spam-Score: -2.33 X-Migadu-Scanner: scn1.migadu.com X-TUID: pWNf2mDp4MG5 * gnu/packages/clojure.scm (clojure-core-async): New variable. --- gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 360d86f6ab..7bbab8b741 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -259,6 +259,37 @@ (define-public clojure-algo-monads (home-page "https://github.com/clojure/algo.monads") (license license:epl1.0))) +(define-public clojure-core-async + (package + (name "clojure-core-async") + (version "1.5.648") + (home-page "https://github.com/clojure/core.async") + (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 + "1any7bh5zsn6agia6y7al1gxnqa6s5g0y45gzy51rfjjccq33xq4")))) + (build-system clojure-build-system) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '("doc") + #:aot-exclude '(cljs.core.async + cljs.core.async.macros + cljs.core.async.impl.ioc-macros) + ;; These tests cause the build system to hang. + #:test-exclude '(clojure.core.async-test + clojure.core.async.lab-test))) + (propagated-inputs (list clojure-tools-analyzer-jvm)) + (synopsis "Facilities for async programming and communication in Clojure") + (description "Facilities for async programming and communication in +Clojure using communicating sequential processes.") + (license license:epl1.0))) + (define-public clojure-core-cache (package (name "clojure-core-cache") -- 2.34.0