diff options
author | augustss <augustss@pkgsrc.org> | 2004-11-20 23:18:25 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 2004-11-20 23:18:25 +0000 |
commit | a0c4d8f030a49d82e8e05f97f8a1c0fe0a3a9f69 (patch) | |
tree | 7ce3feda3d1169e8e0e94845577b001b61512196 /x11/wxhaskell/DESCR | |
parent | f22d973c2f76aaf1a9b0e60b8961a188c7598261 (diff) | |
download | pkgsrc-a0c4d8f030a49d82e8e05f97f8a1c0fe0a3a9f69.tar.gz |
Add wxhaskell, a package with Haskell bindings for wxGTK.
Not quite ready for general use yet.
Diffstat (limited to 'x11/wxhaskell/DESCR')
-rw-r--r-- | x11/wxhaskell/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/wxhaskell/DESCR b/x11/wxhaskell/DESCR new file mode 100644 index 00000000000..03dda7059bb --- /dev/null +++ b/x11/wxhaskell/DESCR @@ -0,0 +1,10 @@ +wxHaskell is a portable and native GUI library for Haskell. +The goal of the project is to provide an industrial strength GUI +library for Haskell, but without the burden of developing (and +maintaining) one ourselves. + +wxHaskell is therefore built on top of wxWidgets ? a comprehensive C++ +library that is portable across all major GUI platforms; including +GTK, Windows, X11, and MacOS X. Furthermore, it is a mature library +(in development since 1992) that supports a wide range of widgets with +the native look-and-feel, and it has a very active community. |