From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id 28CFF7ED34 for ; Fri, 6 Jul 2012 14:24:45 +0200 (CEST) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of goswin-v-b@web.de) identity=pra; client-ip=212.227.15.4; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="goswin-v-b@web.de"; x-sender="goswin-v-b@web.de"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of goswin-v-b@web.de) identity=mailfrom; client-ip=212.227.15.4; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="goswin-v-b@web.de"; x-sender="goswin-v-b@web.de"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mout.web.de) identity=helo; client-ip=212.227.15.4; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="goswin-v-b@web.de"; x-sender="postmaster@mout.web.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoEFAHrY9k/U4w8EgGdsb2JhbABFtg4DgSgiAQELCQsHFCmCGAEBAQQBAQE3NAsQCxguFBMBFCGGJIFrARIHsA8figaLOYEDhENgA5MOgiiBE4QxjSGBXQ X-IronPort-AV: E=Sophos;i="4.77,536,1336341600"; d="scan'208";a="165860892" Received: from mout.web.de ([212.227.15.4]) by mail1-smtp-roc.national.inria.fr with ESMTP; 06 Jul 2012 14:24:44 +0200 Received: from frosties.localnet ([95.208.118.96]) by smtp.web.de (mrweb002) with ESMTPSA (Nemesis) id 0LnSKE-1S9uxJ27pu-00hwU7; Fri, 06 Jul 2012 14:24:43 +0200 Received: from mrvn by frosties.localnet with local (Exim 4.80) (envelope-from ) id 1Sn7aV-0001pq-25; Fri, 06 Jul 2012 14:24:43 +0200 Date: Fri, 6 Jul 2012 14:24:42 +0200 From: Goswin von Brederlow To: Alessandro Strada Cc: caml-list@inria.fr Message-ID: <20120706122442.GA6960@frosties> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Provags-ID: V02:K0:uO8C4mrKKNRMM2yF5nJLbBpj5f1AxYPUxzsQRZNAkOx 8DfZF+9KI2kVcEFgTCWywAbjpgJuwiUGmP2kanDEX1bRlIpJf4 QPpu5/FEQiXfoBhXwB/wSY4z573PqEAY4dfVEAHGxcISeVeHHv U6CVW01/BPJkxWXp9tHYO90Jwz44JRKXmztDqhD0ybqR/yO1cv LO9SlxukfaL5mDDvJYGuw== Subject: Re: [Caml-list] [ANN] google-drive-ocamlfuse 0.1-pre2 On Thu, Jul 05, 2012 at 10:13:13PM +0200, Alessandro Strada wrote: > Hello, > > I'm developing a FUSE filesystem over Google Drive using ocamlfuse. > The project is hosted on OCaml Forge > (https://forge.ocamlcore.org/projects/gdfuse/) and on github > (https://github.com/astrada/google-drive-ocamlfuse). I've also > uploaded the package on oasis-db > (http://oasis.ocamlcore.org/dev/view/google-drive-ocamlfuse/latest). > > In this pre-release, I've implemented enough FUSE operations to > provide a read-only access to the files stored on Google Drive. Before > implementing the write operations, I would like to have some feedback > from real users to see if someone finds this project useful and to > check if my implementation is working. I've set up a mailing list on > the forge (https://lists.forge.ocamlcore.org/cgi-bin/listinfo/gdfuse-devel) > where you can post questions, suggestions or report problems. Or, if > you want, you can open issues on github. > > Before trying this application, please read the wiki pages containing > info about authorization > (https://github.com/astrada/google-drive-ocamlfuse/wiki/Authorization) > and configuration > (https://github.com/astrada/google-drive-ocamlfuse/wiki/Configuration). > > Cheers, > -- > Alessandro You can use my fuse bindings for ocaml: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/libfuse-ocaml.git;a=summary MfG Goswin