caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ANN: Logic File System
@ 2008-07-06 15:06 yoann padioleau
  0 siblings, 0 replies; only message in thread
From: yoann padioleau @ 2008-07-06 15:06 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-06 15:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-06 15:06 ANN: Logic File System yoann padioleau

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).