ocaml-ppxlib on AUR (Arch User Repository)

Last updated: April 28,2024

1. Install "ocaml-ppxlib" 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-ppxlib on Arch using YAY

$ yay -S ocaml-ppxlib

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

$ yay -Rns ocaml-ppxlib

2. Manually Install "ocaml-ppxlib" via AUR

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

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

b. Clone ocaml-ppxlib's git locally

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

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

$ cd ~/ocaml-ppxlib $ makepkg -si

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

ID: 1408182
Name: ocaml-ppxlib
PackageBaseID: 133814
PackageBase: ocaml-ppxlib
Version: 0.32.0-1
Description: Standard infrastructure for ppx rewriters
URL: https://github.com/ocaml-ppx/ppxlib
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: dpeukert
Submitter: J5lx
FirstSubmitted: 1530143742
LastModified: 1707764727
URLPath: /cgit/aur.git/snapshot/ocaml-ppxlib.tar.gz

5. The same packages on other Linux Distributions