From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: pukkamustard Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile SRFI-146 0.1.0 released (purely functional data structures) Date: Sat, 12 Nov 2022 07:32:39 +0000 Message-ID: <86zgcw4obi.fsf@posteo.net> References: <8635e7869h.fsf@posteo.net> <86tu4t1avn.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17200"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Guile User To: Aleix Conchillo =?utf-8?Q?Flaqu=C3=A9?= Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Nov 12 08:37:04 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1otl4Z-0004Hw-Vs for guile-user@m.gmane-mx.org; Sat, 12 Nov 2022 08:37:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otl3m-00056G-MN; Sat, 12 Nov 2022 02:36:14 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otl3j-00054j-SB for guile-user@gnu.org; Sat, 12 Nov 2022 02:36:11 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otl3h-0003MR-Vd for guile-user@gnu.org; Sat, 12 Nov 2022 02:36:11 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id D12EB240028 for ; Sat, 12 Nov 2022 08:36:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1668238565; bh=ED+It1obVtPXe58QPKFxXracSQVNyih9mecu9gyCD3I=; h=From:To:Cc:Subject:Date:From; b=c9tl6RU9jy8CnGVZfm7IrZbI1u843jse6qzuh1nZu8MLB5bXWMtKZinwj21rwTzmG T6bX+kS/9te5gmuDsIGUryxGLxbIbYBqNMS7A4hgYSnoTLalEmmnDN9wRzw+u/mMok ru/oZ/9MzT02CrDc/xghHVxAaYVanPWJmiEinsRhybJ/qkpKZpo7kcOhYEhoQFuIDI 8yxpe9kYgm4iGirFRa/Q9pgB7i0Edn8XIvhZ2SYOvOwUscrrGDnT28UJw4Q8SUAzgv TypgiKS0qZHCZhaCwr7ML1YB31ofDd9O6v3YmOgVe015fkdMDWzTyHw0Dwx8SJL73C N51UIzjr78CMQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4N8S6p4kH4z9rxM; Sat, 12 Nov 2022 08:36:02 +0100 (CET) In-reply-to: Received-SPF: pass client-ip=185.67.36.65; envelope-from=pukkamustard@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:18726 Archived-At: Hi, Aleix Conchillo Flaqu=C3=A9 writes: > Yes, I would also need guile-srfi-128. It would be great to have tarball= s for each release. I was also trying to adding guile-eris, but > I was missing guile-sodium which unfortunately doesn't have a tarball. I= believe you are also the maintainer of guile-sodium. > > Any chance we could get tarballs for those as well? > > Actually, if you had all projects in codeberg and created a tag (already = creates tarballs) it would be even better and probably less > work for you. Thanks for the codeberg tip. guile-sodium is now available at https://codeberg.org/eris/guile-sodium. I'll publish subsequent releases on Codeberg (and inqlab.net will be the mirror). guile-srfi-128 is available at https://codeberg.org/pukkamustard/guile-srfi-128. I consider this a mirror of https://inqlab.net/git/guile-srfi-128.git/. Cheers, pukkamustard