ocaml-cmdliner on AUR (Arch User Repository)

Last updated: May 13,2024

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

$ yay -S ocaml-cmdliner

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

$ yay -Rns ocaml-cmdliner

2. Manually Install "ocaml-cmdliner" via AUR

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

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

b. Clone ocaml-cmdliner's git locally

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

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

$ cd ~/ocaml-cmdliner $ makepkg -si

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

ID: 1106169
Name: ocaml-cmdliner
PackageBaseID: 54956
PackageBase: ocaml-cmdliner
Version: 1.1.1-2
Description: An OCaml module for declarative definition of command line interfaces
URL: http://erratique.ch/software/cmdliner
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: robertfoster
FirstSubmitted: 1323898404
LastModified: 1656658712
URLPath: /cgit/aur.git/snapshot/ocaml-cmdliner.tar.gz