From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: Guile-GDBM 1.1.0 available Date: Thu, 15 Aug 2013 14:37:16 -0400 Message-ID: <20130815183716.Z9Q19.98739.root@cdptpa-web09-z01> References: <87mwoj7y0k.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1376591857 1461 80.91.229.3 (15 Aug 2013 18:37:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Aug 2013 18:37:37 +0000 (UTC) Cc: guile-user@gnu.org To: Thien-Thi Nguyen , =?utf-8?Q?Ludovic_Court=C3=A8s?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Aug 15 20:37:39 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VA2QS-0001CI-CJ for guile-user@m.gmane.org; Thu, 15 Aug 2013 20:37:36 +0200 Original-Received: from localhost ([::1]:54886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA2QR-00015k-Sz for guile-user@m.gmane.org; Thu, 15 Aug 2013 14:37:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA2QF-00015W-TD for guile-user@gnu.org; Thu, 15 Aug 2013 14:37:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VA2QB-0004sn-Fo for guile-user@gnu.org; Thu, 15 Aug 2013 14:37:23 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:45997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA2QB-0004s8-Cp for guile-user@gnu.org; Thu, 15 Aug 2013 14:37:19 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=2.0 cv=XpZ4yC59 c=1 sm=0 a=zTVDa7HKqxcA:10 a=IkcTkHD0fZMA:10 a=doupyKFmAAAA:8 a=KGjhK52YXX0A:10 a=0_YUwwg-6KcA:10 a=mDV3o1hIAAAA:8 a=MSxwFR-BAAAA:8 a=EueFJkSclyDx2TFVFQ8A:9 a=QEXdDO2ut3YA:10 a=ii61gXl28gQA:10 a=fBZ3Mtj9syAA:10 a=UJpe99hltnTXGk3FIeyrjA==:117 X-Cloudmark-Score: 0 X-Authenticated-User: dsmich@roadrunner.com Original-Received: from [10.127.132.100] ([10.127.132.100:50550] helo=cdptpa-web09-z01) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id 32/A7-15971-CDF1D025; Thu, 15 Aug 2013 18:37:16 +0000 In-Reply-To: <87mwoj7y0k.fsf@gnu.org> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.180.132.120 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10638 Archived-At: ---- "Ludovic Court=C3=A8s" wrote:=20 > Hi, >=20 > Thien-Thi Nguyen skribis: >=20 > > Guile-GDBM is a Guile module that provides Scheme bindings to the > > GNU dbm library. It was originally written by Martin Grabm=C3=BCller > > and is now released under the GNU General Public License (GPL) > > version 3. > > > > Guile-GDBM has been tested with Guile 1.4.x, 1.8.7, 2.0.9, > > and GNU dbm 1.8.3, 1.10. >=20 > Congrats on the release. >=20 > I think it would be great to submit it for inclusion in GDBM itself, as > an optional feature. That way, eventually, users would automatically > get the Guile bindings. That seems workable because the GDBM API is > stable. What a great idea! -Dale