[Haskell] XOSD x Haskell

Don Stewart dons at galois.com
Thu Nov 13 03:07:54 EST 2008


lanek:
> Hi,
> 
> I am looking for XOSD (X On Screen Display) library bindings for Haskell, of
> the kind of X::Osd [Perl].
> 
> I haven't been able to find anything on XOSD _and_ Haskell around, who knows
> better?
> 

I wrote a reall quick binding for you,

    http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xosd-0.1

Currently just the low level C binding, and some quick wrappers. A
high level 'interpreter + attributes' like binding is next.

If you know the C API, you can use it now.

Cheers,
  Don


More information about the Haskell mailing list