package lwt_glib

  1. Overview
  2. Docs
GLib integration for Lwt

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.1.1.tar.gz
sha256=9c5a487ab966c52745aefa0784ae0437acb44b22189ea753f177dc85a5477362
md5=9453631043b3e5b50f8d5bc5d443464e

Description

Published: 31 Jul 2019

README

Lwt_glib: GLib event loop for Lwt

A GLib/GTK event loop that plugs into Lwt's 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.

This package was formerly maintained in the main Lwt repo. Most of the git history and changelog still refer to Lwt_glib's days in Lwt.

Dependencies (6)

  1. ocaml
  2. lwt >= "3.0.0" & < "6~"
  3. dune
  4. conf-pkg-config build
  5. conf-glib-2 build
  6. base-unix

Dev Dependencies

None

Conflicts

None