About this repository

This is the public package browser for Seafoam Labs Package Repository. It currently indexes 60 packages across 1 architecture (x86_64).

Using the repository with pacman

Add the following to /etc/pacman.conf (above your other repos so it takes priority):

[seafoam-labs]
Server = https://repo.example.com@Opts.CurrentValue.DownloadUrlBase/$arch
SigLevel = Optional TrustAll

Then refresh and install:

sudo pacman -Sy
sudo pacman -S seafoam-labs/<package>

JSON API

  • GET /api/v1/packages?q=&arch=&sort= — search
  • GET /api/v1/packages/{arch}/{name} — package details

Rate limited to 60 requests/minute per IP.