From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Hugo =?utf-8?Q?H=C3=B6rnquist?= Newsgroups: gmane.lisp.guile.user Subject: Announcing Guile DNS! Date: Tue, 24 May 2022 17:13:43 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40732"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue May 24 17:14:58 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 1ntWFO-000ALI-6C for guile-user@m.gmane-mx.org; Tue, 24 May 2022 17:14:58 +0200 Original-Received: from localhost ([::1]:37872 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ntWFN-0004zQ-1r for guile-user@m.gmane-mx.org; Tue, 24 May 2022 11:14:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35058) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntWEN-0003vo-Ob for guile-user@gnu.org; Tue, 24 May 2022 11:13:56 -0400 Original-Received: from mail.lysator.liu.se ([130.236.254.3]:50163) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntWEL-0008PK-I3 for guile-user@gnu.org; Tue, 24 May 2022 11:13:55 -0400 Original-Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id A7C9FB1 for ; Tue, 24 May 2022 17:13:47 +0200 (CEST) Original-Received: by mail.lysator.liu.se (Postfix, from userid 1004) id A658B1FC5B; Tue, 24 May 2022 17:13:47 +0200 (CEST) Original-Received: from lysator.liu.se (unknown [IPv6:2001:6b0:17:fc09:8ec6:81ff:fed3:8e61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 547DC2A5 for ; Tue, 24 May 2022 17:13:45 +0200 (CEST) Content-Disposition: inline X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=130.236.254.3; envelope-from=hugo@lysator.liu.se; helo=mail.lysator.liu.se X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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" Xref: news.gmane.io gmane.lisp.guile.user:18271 Archived-At: Dear Guilers! I'm happy to announce my new library Guile DNS, a pure scheme library for DNS lookups. https://git.lysator.liu.se/hugo/guile-dns -- hugo