Skip to content

Commit

Permalink
Update opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Oct 24, 2016
1 parent be54a7e commit 508e8d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _oasis_remove_.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
open Printf

let () =
let dir = Sys.argv.(1) in
(try Sys.chdir dir
with _ -> eprintf "Cannot change directory to %s\n%!" dir);
exit (Sys.command "ocaml setup.ml -uninstall")
6 changes: 6 additions & 0 deletions google-drive-ocamlfuse.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
etc: [
"setup.ml"
"setup.data"
"setup.log"
"_oasis_remove_.ml"
]
1 change: 1 addition & 0 deletions opam/descr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
A FUSE filesystem over Google Drive
google-drive-ocamlfuse is a FUSE-based file system backed by Google
Drive, written in OCaml.

0 comments on commit 508e8d8

Please sign in to comment.