File: README.md

package info (click to toggle)
zeroinstall-injector 2.18-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,500 kB
  • sloc: ml: 26,524; xml: 2,700; ansic: 319; sh: 236; makefile: 133; python: 105
file content (16 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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