compcert on AUR (Arch User Repository)

Last updated: July 07,2024

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

$ yay -S compcert

* (Optional) Uninstall compcert on Arch using YAY

$ yay -Rns compcert

2. Manually Install "compcert" via AUR

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

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

b. Clone compcert's git locally

$ git clone https://aur.archlinux.org/compcert.git ~/compcert

c. Go to ~/compcert folder and install it

$ cd ~/compcert $ makepkg -si

3. Information about the compcert package on Arch User Repository (AUR)

ID: 1384972
Name: compcert
PackageBaseID: 141565
PackageBase: compcert
Version: 3.13.1-1
Description: The formally verified C compiler
URL: http://compcert.inria.fr
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: xuanruiqi
Submitter: xuanruiqi
FirstSubmitted: 1556340017
LastModified: 1705130905
URLPath: /cgit/aur.git/snapshot/compcert.tar.gz