ocaml-earley on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S ocaml-earley

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

$ yay -Rns ocaml-earley

2. Manually Install "ocaml-earley" via AUR

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

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

b. Clone ocaml-earley's git locally

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

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

$ cd ~/ocaml-earley $ makepkg -si

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

ID: 1376745
Name: ocaml-earley
PackageBaseID: 200872
PackageBase: ocaml-earley
Version: 3.0.0-2
Description: Parsing library based on Earley Algorithm
URL: https://github.com/rlepigre/ocaml-earley
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: alerque
Submitter: alerque
FirstSubmitted: 1703753387
LastModified: 1703753975
URLPath: /cgit/aur.git/snapshot/ocaml-earley.tar.gz