Browse thread
picking / marshaling to strings in ocaml-revision-stable way
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | asmadeus77@g... |
| Subject: | Re: [Caml-list] picking / marshaling to strings in ocaml-revision-stable way |
Hello, You can try ocaml sexplib, which use lisp-like structures to store data... And I don't think this will change anytime soon :) (I don't know if it can store anything "worse" than a 3-uple, but it works with pairs and triples, lists, and arrays, which should be enough for you) Regards, Dominique Martinet