ocaml-mmap on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S ocaml-mmap

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

$ yay -Rns ocaml-mmap

2. Manually Install "ocaml-mmap" via AUR

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

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

b. Clone ocaml-mmap's git locally

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

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

$ cd ~/ocaml-mmap $ makepkg -si

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

ID: 1099501
Name: ocaml-mmap
PackageBaseID: 144981
PackageBase: ocaml-mmap
Version: 1.2.0-1
Description: Provides a Mmap.map_file function for mapping files in memory
URL: https://github.com/mirage/mmap
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer:
Submitter: J5lx
FirstSubmitted: 1568202193
LastModified: 1655401823
URLPath: /cgit/aur.git/snapshot/ocaml-mmap.tar.gz