I think @JayKobe6k's suggestion is the easiest way of installing and keeping this package updated. Here's what I did to install this:
Remove google-drive-ocamlfuse
and its dependencies (this is necessary to have a clean install of ocamlbuild
via opam
) and install opam
via pacman
(this will also reinstall ocaml
, see instructions here). Then you may run:
> opam init
> eval $(opam env)
> opam install google-drive-ocamlfuse
opam init
creates a folder at ~/.opam
, where it keeps the google-drive-ocamlfuse
executable and other stuff. It will ask to be added to your ~/.zshrc
or ~/.bashrc
script. Seems to be really easy to use, kinda like cargo
(Rust), npm
(JavaScript) and conda
(Python).
Pinned Comments
pricechrispy commented on 2017-04-25 17:39 (UTC) (edited on 2022-10-16 06:40 (UTC) by pricechrispy)
Before you flag this package out-of-date:
According to the official project page: https://astrada.github.io/google-drive-ocamlfuse/
Find latest release versions here: https://launchpad.net/~alessandro-strada/+archive/ubuntu/ppa
The latest releases are not all tagged versions on GitHub.
For the latest development versions on git, try: https://aur.archlinux.org/packages/google-drive-ocamlfuse-git
OLD official project page: http://gdfuse.forge.ocamlcore.org/
OLD release versions here: https://forge.ocamlcore.org/frs/?group_id=305