ocaml-menhir on AUR (Arch User Repository)

Last updated: May 04,2024

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

$ yay -S ocaml-menhir

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

$ yay -Rns ocaml-menhir

2. Manually Install "ocaml-menhir" via AUR

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

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

b. Clone ocaml-menhir's git locally

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

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

$ cd ~/ocaml-menhir $ makepkg -si

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

ID: 1384126
Name: ocaml-menhir
PackageBaseID: 55883
PackageBase: ocaml-menhir
Version: 20231231-1
Description: Menhir is a LR(1) parser generator for the OCaml.
URL: http://cristal.inria.fr/~fpottier/menhir/
NumVotes: 11
Popularity: 0
OutOfDate:
Maintainer: soimort
Submitter:
FirstSubmitted: 1326832901
LastModified: 1704990040
URLPath: /cgit/aur.git/snapshot/ocaml-menhir.tar.gz