[Haskell-cafe] Looking for these libraries...

John Meacham john at repetae.net
Sun Jan 30 08:18:02 EST 2005


On Thu, Jan 27, 2005 at 02:45:25PM +0100, Marcin 'Qrczak' Kowalczyk wrote:
> John Goerzen <jgoerzen at complete.org> 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⑈ 


More information about the Haskell-Cafe mailing list