Browse thread
[Caml-list] Readline support in the toplevel loop
[
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: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
| Subject: | Re: [Caml-list] Readline support in the toplevel loop |
Hi, On Wed, May 29, 2002 at 11:41:07AM +0200, Xavier Leroy wrote: > I considered it, but there are several issues. One of them is that > readline is GPL, thus linking it with the Caml toplevel could cause > license incompatibility issues. You may consider Ledit, because it can be used as a library: the Ledit mli interface provides a function named input_char that you can use instead of Pervasives.input_char. If you are interested and consider it as a serious enough work, you can put it in the OCaml distribution. -- Daniel de RAUGLAUDRE daniel.de_rauglaudre@inria.fr http://cristal.inria.fr/~ddr/ ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners