simdjson on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S simdjson

* (Optional) Uninstall simdjson on Arch using YAY

$ yay -Rns simdjson

2. Manually Install "simdjson" via AUR

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

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

b. Clone simdjson's git locally

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

c. Go to ~/simdjson folder and install it

$ cd ~/simdjson $ makepkg -si

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

ID: 1424531
Name: simdjson
PackageBaseID: 147657
PackageBase: simdjson
Version: 1:3.8.0-1
Description: A C++ library to see how fast we can parse JSON with complete validation.
URL: https://github.com/simdjson/simdjson
NumVotes: 6
Popularity: 0.493498
OutOfDate:
Maintainer: bertptrs
Submitter: bertptrs
FirstSubmitted: 1577280099
LastModified: 1710096930
URLPath: /cgit/aur.git/snapshot/simdjson.tar.gz