Install Lwt-toplevel On A Debian, Ubuntu, Kali And Raspbian

Install Lwt-toplevel On A Debian, Ubuntu, Kali And Raspbian

lwt-toplevel

cooperative light-weight thread library for OCaml

Maintainer: Debian OCaml Maintainers



Section: ocaml

Install lwt-toplevel

  • Debian apt-get install liblwt-ocaml-dev Click to copy
  • Ubuntu apt-get install liblwt-ocaml-dev Click to copy
  • Kali Linux apt-get install liblwt-ocaml-dev Click to copy
  • Raspbian apt-get install liblwt-ocaml-dev Click to copy

liblwt-ocaml-dev

cooperative light-weight thread library for OCaml

Lwt is a library of cooperative threads implemented in monadic style. With respect to preemptive threads, cooperative threads are not using a scheduler to distribute processor time between threads. Instead of this, each thread must tell the others that he wants to let them work. This package contains all the development stuff you need to use the core Lwt OCaml library in your programs.

Installing lwt-toplevel command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Kali and Raspbian operating systems. Once you run the command it will install the latest version of lwt-toplevel 2026 package in your OS.