caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "yoann padioleau" <pad.aryx@gmail.com>
To: caml-list@inria.fr
Subject: ANN: Logic File System
Date: Sun, 6 Jul 2008 15:06:33 +0000	[thread overview]
Message-ID: <c55bbbbc0807060806gd9e2d15q67e71f9d0b9932ab@mail.gmail.com> (raw)

Hello,

I am pleased to announce the release of the Logic File System (LFS).
LFS is a very expressive file system coded in OCaml.
LFS enables the user to access his files through an
additionnal mountpoint, /lfs, where powerful logic queries can be
issued and navigation can be done through different dimensions, like
date, size, or extension. For instance, LFS allows the user to perform
the following commands in the shell:

$ cd /lfs/ext:mp3|ext:ogg/year:1973/genre:Disco/
$ ls
artist:BeeGees/ artist:DonnaSummer/ artist:Chic/ ...
$ cd /lfs/ext:ml|ext:mli/.ext
$ ls
list.ml list.mli array.ml array.mli ...


It uses FUSE (and ocamlfuse). LFS just acts like an additionnal way to
access your files.
No need to migrate your data to LFS.



Homepage:
 http://aryx.kicks-ass.org/~pad/wiki/wiki-LFS/doku.php
Tar/GZ:
 http://aryx.kicks-ass.org/~pad/software/project-lfs/lfs-0.5.tgz
Quick install guide:
 http://aryx.kicks-ass.org/~pad/wiki/wiki-LFS/doku.php?id=quickguide
Tutorial:
  http://aryx.kicks-ass.org/~pad/wiki/wiki-LFS/doku.php?id=syntax


                 reply	other threads:[~2008-07-06 15:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c55bbbbc0807060806gd9e2d15q67e71f9d0b9932ab@mail.gmail.com \
    --to=pad.aryx@gmail.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).