ocaml-wasm on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S ocaml-wasm

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

$ yay -Rns ocaml-wasm

2. Manually Install "ocaml-wasm" via AUR

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

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

b. Clone ocaml-wasm's git locally

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

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

$ cd ~/ocaml-wasm $ makepkg -si

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

ID: 529809
Name: ocaml-wasm
PackageBaseID: 134527
PackageBase: ocaml-wasm
Version: 1.0-10
Description: An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST.
URL:
NumVotes: 0
Popularity: 0
OutOfDate: 1579273842
Maintainer: crave
Submitter: crave
FirstSubmitted: 1532624254
LastModified: 1532710216
URLPath: /cgit/aur.git/snapshot/ocaml-wasm.tar.gz