
Hi, I'm looking for libraries / interfaces to these systems from Haskell: LDAP ncurses zlib (the one in darcs doesn't suit my needs) bz2lib Thanks, John

John Goerzen
I'm looking for libraries / interfaces to these systems from Haskell:
LDAP ncurses zlib (the one in darcs doesn't suit my needs) bz2lib
I once wrapped ncurses (incomplete), zlib and bz2lib. http://sourceforge.net/projects/qforeign/ It's quite old and will not compile with recent compilers without modifications. FFI libraries were being designed at that time, it should be possible to replace QForeign with Foreign, modulo some changes since that time. -- __("< Marcin Kowalczyk \__/ qrczak@knm.org.pl ^^ http://qrnik.knm.org.pl/~qrczak/

On Thu, Jan 27, 2005 at 02:45:25PM +0100, Marcin 'Qrczak' Kowalczyk wrote:
John Goerzen
writes: I'm looking for libraries / interfaces to these systems from Haskell:
LDAP ncurses zlib (the one in darcs doesn't suit my needs) bz2lib
I once wrapped ncurses (incomplete), zlib and bz2lib. http://sourceforge.net/projects/qforeign/
It's quite old and will not compile with recent compilers without modifications. FFI libraries were being designed at that time, it should be possible to replace QForeign with Foreign, modulo some changes since that time.
I took his ncurses interface and extended it quite a bit and use it as the basis of my ginsu chat client. the code should be extractable. http://repetae.net/john/computer/ginsu/ John -- John Meacham - ⑆repetae.net⑆john⑈
participants (3)
-
John Goerzen
-
John Meacham
-
Marcin 'Qrczak' Kowalczyk