Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unixjunkie/nfsopam

wrapper shell script to run opam faster when your $HOME is served via NFS
https://github.com/unixjunkie/nfsopam

nfs ocaml opam

Last synced: about 2 months ago
JSON representation

wrapper shell script to run opam faster when your $HOME is served via NFS

Awesome Lists containing this project

README

        

# nfsopam
wrapper shell script to run opam faster when your $HOME is served via NFS

Make opam run faster even if your $HOME is on top of NFS by using /tmp
(i.e. the local disk) for most operations.
The opam root (~/.opam by default) is first rsynced to the local disk,
then synchronized back to its original location once opam has finished.