https://github.com/ocsigen/lwt_glib
GLib/GTK event loop for Lwt
https://github.com/ocsigen/lwt_glib
Last synced: about 1 year ago
JSON representation
GLib/GTK event loop for Lwt
- Host: GitHub
- URL: https://github.com/ocsigen/lwt_glib
- Owner: ocsigen
- License: other
- Created: 2017-12-24T20:10:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T03:59:00.000Z (over 6 years ago)
- Last Synced: 2025-02-07T06:46:29.593Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 68.4 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
- awesome-libadwaita - lwt_glib - GLib event loop integration for Lwt (Libraries And Frameworks / OCaml and ReasonML)
README
# Lwt_glib: GLib event loop for Lwt
A GLib/[GTK][gtk] event loop that plugs into [Lwt's][lwt]
[`Lwt_engine`][lwt_engine], so you can use Lwt in your GTK OCaml app.
To install, do `opam install lwt_glib`.
For documentation, see the [`.mli` file][mli].
This package was formerly maintained in the [main Lwt repo][lwt]. Most of the
git history and changelog still refer to Lwt_glib's days in Lwt.
[gtk]: https://www.gtk.org/
[lwt]: https://github.com/ocsigen/lwt
[lwt_engine]: https://ocsigen.org/lwt/3.1.0/api/Lwt_engine
[mli]: https://github.com/aantron/lwt_glib/blob/master/src/lwt_glib.mli