Install Lwt-toplevel On A Debian, Ubuntu, Kali And Raspbian
Maintainer: Debian OCaml Maintainers
Email: [email protected] .
Website: http://ocsigen.org/lwt
Section: ocaml
Install lwt-toplevel
-
Debian
apt-get install liblwt-ocaml-devClick to copy -
Ubuntu
apt-get install liblwt-ocaml-devClick to copy -
Kali Linux
apt-get install liblwt-ocaml-devClick to copy -
Raspbian
apt-get install liblwt-ocaml-devClick to copy
liblwt-ocaml-dev
cooperative light-weight thread library for OCamlLwt 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.




