ocaml-csv on AUR (Arch User Repository)

Last updated: May 01,2024

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

$ yay -S ocaml-csv

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

$ yay -Rns ocaml-csv

2. Manually Install "ocaml-csv" via AUR

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

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

b. Clone ocaml-csv's git locally

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

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

$ cd ~/ocaml-csv $ makepkg -si

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

ID: 1012906
Name: ocaml-csv
PackageBaseID: 99502
PackageBase: ocaml-csv
Version: 2.4-1
Description: OCaml CSV parsing library
URL: https://github.com/Chris00/ocaml-csv
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer:
Submitter: oriba
FirstSubmitted: 1441616954
LastModified: 1641121956
URLPath: /cgit/aur.git/snapshot/ocaml-csv.tar.gz