ocaml-pprint on AUR (Arch User Repository)

Last updated: June 24,2024

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

$ yay -S ocaml-pprint

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

$ yay -Rns ocaml-pprint

2. Manually Install "ocaml-pprint" via AUR

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

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

b. Clone ocaml-pprint's git locally

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

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

$ cd ~/ocaml-pprint $ makepkg -si

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

ID: 657728
Name: ocaml-pprint
PackageBaseID: 120004
PackageBase: ocaml-pprint
Version: 20180523-1
Description: An OCaml adaptation of Wadler's and Leijen's prettier printer.
URL: http://gallium.inria.fr/~fpottier/pprint/doc/PPrint.OCaml.html
NumVotes: 0
Popularity: 0
OutOfDate: 1660209842
Maintainer: soimort
Submitter: soimort
FirstSubmitted: 1487725046
LastModified: 1571516207
URLPath: /cgit/aur.git/snapshot/ocaml-pprint.tar.gz