Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/accursoft/binding
Data binding for Haskell
https://github.com/accursoft/binding
gtk haskell wxwidgets
Last synced: about 2 months ago
JSON representation
Data binding for Haskell
- Host: GitHub
- URL: https://github.com/accursoft/binding
- Owner: accursoft
- Created: 2019-08-21T11:58:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T08:58:18.000Z (over 5 years ago)
- Last Synced: 2024-11-16T17:11:12.561Z (3 months ago)
- Topics: gtk, haskell, wxwidgets
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/binding-core
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GUI Data Binding for Haskell
============================The core binding framework is in binding-core, enabling data binding between mutable data or lists and IO objects. Usage is demonstrated by HUnit and QuickCheck tests.
GUI wrappers for Gtk2Hs and WxHaskell are provided in binding-gtk and binding-wx respectively. These include demo test programs for both simple data binding and binding lists.