ocaml-lwt on AUR (Arch User Repository)

Last updated: July 06,2024

1. Install "ocaml-lwt" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install ocaml-lwt on Arch using YAY

$ yay -S ocaml-lwt

* (Optional) Uninstall ocaml-lwt on Arch using YAY

$ yay -Rns ocaml-lwt

2. Manually Install "ocaml-lwt" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone ocaml-lwt's git locally

$ git clone https://aur.archlinux.org/ocaml-lwt.git ~/ocaml-lwt

c. Go to ~/ocaml-lwt folder and install it

$ cd ~/ocaml-lwt $ makepkg -si

3. Information about the ocaml-lwt package on Arch User Repository (AUR)

ID: 1393782
Name: ocaml-lwt
PackageBaseID: 39089
PackageBase: ocaml-lwt
Version: 5.7.0-1
Description: A library for cooperative threads in OCaml
URL: https://github.com/ocsigen/lwt
NumVotes: 16
Popularity: 0
OutOfDate:
Maintainer: dpeukert
Submitter: SerP
FirstSubmitted: 1279809053
LastModified: 1706396900
URLPath: /cgit/aur.git/snapshot/ocaml-lwt.tar.gz