Package Details: google-drive-ocamlfuse 0.7.32-1

Git Clone URL: https://aur.archlinux.org/google-drive-ocamlfuse.git (read-only, click to copy)
Package Base: google-drive-ocamlfuse
Description: FUSE-based file system backed by Google Drive, written in OCaml
Upstream URL: https://astrada.github.io/google-drive-ocamlfuse/
Keywords: drive fuse google ocaml
Licenses: MIT
Submitter: mlq
Maintainer: pricechrispy
Last Packager: pricechrispy
Votes: 63
Popularity: 0.28
First Submitted: 2013-10-14 21:44 (UTC)
Last Updated: 2024-03-25 01:51 (UTC)

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

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 21 Next › Last »

jordanoff83 commented on 2017-09-30 15:15 (UTC)

It works! The sugestion of pricechrispy did the work and package is installed successfuly!

radek_r commented on 2017-09-30 12:35 (UTC)

Please add achitecture "armv7h" to the PKGBUILD.

shishi commented on 2017-09-09 20:57 (UTC)

Error: Cannot find file /usr/lib/ocaml/camlidl/com.cmxa Same problem here

pricechrispy commented on 2017-08-17 16:48 (UTC)

@jant90 Confirmed, this is now fixed.

tmoore commented on 2017-08-09 20:15 (UTC) (edited on 2017-08-09 20:24 (UTC) by tmoore)

FYI this package won't compile because upstream ocaml-result is busted. Solution is to manually download the ocaml-result file, edit PKGBUILD and add this line after the "export OCAMLFIND..." line chmod -R 755 ${pkgdir}

mozzorello commented on 2017-06-10 17:56 (UTC)

This time I had too many issues building this, but I found this great project: https://github.com/mitcdh/docker-google-drive-ocamlfuse It runs google-drive-ocamlfuse inside a docker container running the original ubuntu package, doesn't pollute my vm with all these ocaml dependencies, and it works! (not out of the box for me, I had to do make a few changes that I may contribute back to the github project).