guile-parallel extends the set of primitives for Guile by offering high level
structures and procedures built on top of the standard (ice-9 threads) module.
To build and install guile-parallel from source, run:
wget https://git.sr.ht/~old/guile-parallel/archive/v1.0.0.tar.gz
tar xf https://git.sr.ht/~old/guile-parallel-1.0.0.tar.gz
cd https://git.sr.ht/~old/guile-parallel-1.0.0
./configure
make
make install