Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unixjunkie/nfsopam
- Owner: UnixJunkie
- Created: 2018-07-19T07:57:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T03:12:48.000Z (about 5 years ago)
- Last Synced: 2024-10-15T07:11:19.613Z (3 months ago)
- Topics: nfs, ocaml, opam
- Language: Shell
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nfsopam
wrapper shell script to run opam faster when your $HOME is served via NFSMake 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.