ocaml-core on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S ocaml-core

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

$ yay -Rns ocaml-core

2. Manually Install "ocaml-core" via AUR

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

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

b. Clone ocaml-core's git locally

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

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

$ cd ~/ocaml-core $ makepkg -si

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

ID: 1393760
Name: ocaml-core
PackageBaseID: 33904
PackageBase: ocaml-core
Version: 1:0.16.2-1
Description: Industrial strength alternative to OCaml's standard library
URL: https://github.com/janestreet/core
NumVotes: 6
Popularity: 0
OutOfDate:
Maintainer: dpeukert
Submitter: roy_hu
FirstSubmitted: 1264314593
LastModified: 1706396766
URLPath: /cgit/aur.git/snapshot/ocaml-core.tar.gz