From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Linas Vepstas" Newsgroups: gmane.lisp.guile.user Subject: Re: guile-db Date: Tue, 14 Oct 2008 15:38:51 -0500 Message-ID: <3ae3aa420810141338o20adfbd4p5d9e6da4d5dc4226@mail.gmail.com> References: <1224013004.4370.5.camel@localhost> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224016764 24388 80.91.229.12 (14 Oct 2008 20:39:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2008 20:39:24 +0000 (UTC) Cc: guile-user@gnu.org To: betoes Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Oct 14 22:40:22 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kpqgh-0005L9-6z for guile-user@m.gmane.org; Tue, 14 Oct 2008 22:40:15 +0200 Original-Received: from localhost ([127.0.0.1]:57067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kpqfc-0005ZO-Na for guile-user@m.gmane.org; Tue, 14 Oct 2008 16:39:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpqfN-0005Yj-Sz for guile-user@gnu.org; Tue, 14 Oct 2008 16:38:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpqfM-0005YV-F1 for guile-user@gnu.org; Tue, 14 Oct 2008 16:38:52 -0400 Original-Received: from [199.232.76.173] (port=56744 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpqfM-0005YR-7b for guile-user@gnu.org; Tue, 14 Oct 2008 16:38:52 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.156]:51833) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KpqfL-00025p-V8 for guile-user@gnu.org; Tue, 14 Oct 2008 16:38:52 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so566316ywk.66 for ; Tue, 14 Oct 2008 13:38:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=fJn3IX7qfj4phXEbKNuV/OQzNtbam4SwSmgDxx+C1SU=; b=P5LB6cDUylItIbE/XyCfkHqMeHD4CBpOfGKKx6DQuPw66ea1Zs5kGbNF+xZg6P+RxW 1pRTjGvAU2+68yFyArm03CT+kZHZqlIr1cFepjVGRDLzZvNo3ETlxWcfJRGo7cyVUKO2 3kq3GC9bxSdwENfpPG14SoHD9M4eRZyt8V22o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=jdLxoFXxVj1wVeNVhM7iA/zmv03JYU5cp+wmZUYdy5LpR/qHYaAmQpD0rMsTz+0XJb 4kI3uyntL+uF8keU8+9QhCIMktC/eGyw5j7jwTb5zmD32ZgugaD72wxotjCym9Kz4w9u m5+oMKamQWgc86jRUmhGWGLmK4Mp0YdUE5Dzw= Original-Received: by 10.100.213.5 with SMTP id l5mr213921ang.114.1224016731211; Tue, 14 Oct 2008 13:38:51 -0700 (PDT) Original-Received: by 10.100.207.16 with HTTP; Tue, 14 Oct 2008 13:38:51 -0700 (PDT) In-Reply-To: <1224013004.4370.5.camel@localhost> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6826 Archived-At: 2008/10/14 betoes : > Hello list, > > In the Debian distro, there is a packge named guile-db, which refers to a > Berkeley DB wrap for Guile. Do someone know if it is active? If there is a > repository or web page? I tried the maintainer and author e-mails with no > success. Dunno. However, fyi, I'm maintaining guile-dbi, which wraps postgres and mysql. --linas