update Sat May 15 06:37:01 PDT 2010
[pkgsrc.git] / x11 / wxhaskell / DESCR
1 wxHaskell is a portable and native GUI library for Haskell.
2 The goal of the project is to provide an industrial strength GUI
3 library for Haskell, but without the burden of developing (and
4 maintaining) one ourselves.
5
6 wxHaskell is therefore built on top of wxWidgets - a comprehensive C++
7 library that is portable across all major GUI platforms; including
8 GTK, Windows, X11, and MacOS X. Furthermore, it is a mature library
9 that supports a wide range of widgets with the native look-and-feel,
10 and it has a very active community.
11
12 Since the core interface is generated automatically from the wxEiffel
13 binding, about 90% of the wxWidgets functionality is already
14 supported, excluding more "exotic" widgets like dockable windows. Most
15 work is currently directed into writing a Haskellized version of the
16 wxWidgets API. The library currently supports Windows, GTK (Linux) and
17 MacOS X.