ocaml-trie on AUR (Arch User Repository)

Last updated: July 08,2024

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

$ yay -S ocaml-trie

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

$ yay -Rns ocaml-trie

2. Manually Install "ocaml-trie" via AUR

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

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

b. Clone ocaml-trie's git locally

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

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

$ cd ~/ocaml-trie $ makepkg -si

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

ID: 1393853
Name: ocaml-trie
PackageBaseID: 152002
PackageBase: ocaml-trie
Version: 1.0.0-7
Description: Strict impure trie tree
URL: https://github.com/kandu/trie
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: dpeukert
Submitter: dpeukert
FirstSubmitted: 1587858095
LastModified: 1706397307
URLPath: /cgit/aur.git/snapshot/ocaml-trie.tar.gz