Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2995D922 for ; Sun, 4 Nov 2012 11:54:43 +0000 (UTC) Received: (qmail 30849 invoked by uid 500); 4 Nov 2012 11:54:42 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 30632 invoked by uid 500); 4 Nov 2012 11:54:41 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 30604 invoked by uid 99); 4 Nov 2012 11:54:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Nov 2012 11:54:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.210.180 as permitted sender) Received: from [209.85.210.180] (HELO mail-ia0-f180.google.com) (209.85.210.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Nov 2012 11:54:35 +0000 Received: by mail-ia0-f180.google.com with SMTP id f6so3548843iag.11 for ; Sun, 04 Nov 2012 03:54:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=pC0/8UTzkdGNk1oLBbNM4HB5L2j25PBXK2s37k6woa0=; b=EIM+GY+FTHxRZvcIAznpIWdkyYq90gOc4d8NacJRcgh8ghhSfy1ScgcUphxyFg8A/B xIX4m6+D9cLjOa/eP0rzx+GUre0jzEql33jE8LKI8WVzCQ39H9+w/A1frxToIFzbmatS 1+1ikA9kxw1xKsrjsiDNIuEBjpYu1v93Scs3KjQgU/DbhZ3LaqoV55Ku72Mzbj/uO3PG E2+dNWFxatg/NKQDo2YzS1LvaZIE8bczkaM5E9/apeQlyO+0e7GAOUpNWzgKlXBLgCAg tve5/cepMUwXXa4CfQtDLVRLEtFL/OyEOJh3VCm0Dgf1zA31GLmUdTVolalteRUxPJeR IivA== MIME-Version: 1.0 Received: by 10.50.42.226 with SMTP id r2mr6616556igl.34.1352030055220; Sun, 04 Nov 2012 03:54:15 -0800 (PST) Received: by 10.64.77.196 with HTTP; Sun, 4 Nov 2012 03:54:15 -0800 (PST) In-Reply-To: References: Date: Sun, 4 Nov 2012 12:54:15 +0100 Message-ID: Subject: Re: [ann] refuge-sdk From: Benoit Chesneau To: "user@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Nov 4, 2012 at 8:03 AM, Benoit Chesneau wrote= : > Hi all, > > This is preliminary work, but I wanted to announce the launch of a new > side projetc. The goal of this project is to provide you the API > libraries and developer tools necessary to build, test, and debug apps > for CouchDB (and refuge) on different platforms. > > Current features are: > > - Erlang R15B02 statically built with openssl 1.0.1c > - Rebar (http://github.com/rebar/rebar) > - Erica (http://github.com/benoitc/erica) > > Builds for ubuntu 64 and 0SX are available. An installer is also > available for OSX. I expect to provides builds for other platofrm > during the day. Code to build this SDK (or toolbelt) is here : > > https://github.com/refuge/refuge-sdk > > links to binaries are in the README. > > Hope it helps, > > - beno=EEt Support for openbsd i386 & linux 32 have been added. - beno=EEt