Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] ANN: Logic File System

4 views
Skip to first unread message

yoann padioleau

unread,
Jul 6, 2008, 11:06:46 AM7/6/08
to caml...@inria.fr
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

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

0 new messages