[Mono-list] Mono Readline

Miguel de Icaza miguel at ximian.com
Fri Feb 24 11:30:19 EST 2006


Hey,

> I wrote a little C/C# wrapper to the 'GNU Readline' library and
> 'Getline' library (included into the wrapper itself). Being not a
> great expert of C and interop, I would like some help from you in
> completing this library, that comes under the name Mono.IO.Readline
> (and will be released under BSD or MIT/X11 license before next week,
> or donated to the Mono project, if usefull): I don't even know if this
> works... :P

The only downside is that the library it binds to is GPL, which means
that the whole code must be GPL.

You might want to look at libedit (we have bindings for it in the Mono
debugger).




More information about the Mono-list mailing list