OASISFormat: 0.4
OCamlVersion: >= 3.12.0
Name: google-drive-ocamlfuse
Version: 0.5.22
LicenseFile: LICENSE
License: MIT
BuildType: ocamlbuild (0.3)
Authors: Alessandro Strada
Maintainers: Alessandro Strada <alessandro.strada@gmail.com>
Copyrights: (C) 2012-2016 Alessandro Strada
Homepage: http://gdfuse.forge.ocamlcore.org/
BuildTools: ocamlbuild

Synopsis: A FUSE filesystem over Google Drive
Description:
  google-drive-ocamlfuse is a FUSE-based file system backed by Google Drive,
  written in OCaml.

# Executables
Executable "google-drive-ocamlfuse"
  Path: src
  MainIs: gdfuse.ml
  Install: true
  CompiledObject: best
  BuildDepends: gapi-ocaml (>= 0.2.8), Fuse, sqlite3, threads, camlidl

# VCS
SourceRepository head
  Type: git
  Location: https://github.com/astrada/google-drive-ocamlfuse.git
  Browser: https://github.com/astrada/google-drive-ocamlfuse
  Branch: master

