ocaml-bisect on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S ocaml-bisect

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

$ yay -Rns ocaml-bisect

2. Manually Install "ocaml-bisect" via AUR

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

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

b. Clone ocaml-bisect's git locally

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

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

$ cd ~/ocaml-bisect $ makepkg -si

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

ID: 348214
Name: ocaml-bisect
PackageBaseID: 46427
PackageBase: ocaml-bisect
Version: 1.3-2
Description: Code coverage tool for OCaml
URL: http://bisect.x9c.fr
NumVotes: 2
Popularity: 0
OutOfDate: 1706058209
Maintainer:
Submitter:
FirstSubmitted: 1297520913
LastModified: 1476991529
URLPath: /cgit/aur.git/snapshot/ocaml-bisect.tar.gz