opam-version: "2.0"
maintainer: "Alessandro Strada <alessandro.strada@gmail.com>"
authors: [ "Alessandro Strada" ]
license: "MIT"
homepage: "http://gdfuse.forge.ocamlcore.org/"
dev-repo: "git+https://github.com/astrada/google-drive-ocamlfuse.git"
bug-reports: "https://github.com/astrada/google-drive-ocamlfuse/issues"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.02.3"}
  "ocaml" {with-test & < "4.12"}
  "base-threads" {build}
  "camlidl" {build}
  "gapi-ocaml" {>= "0.3.6" & < "0.4.0"}
  "dune"
  "ocamlfuse" {>= "2.7.1-cvs6"}
  "cryptokit"
  "extlib" {< "1.7.8"}
  "ounit" {with-test}
  "sqlite3"
]
synopsis: "A FUSE filesystem over Google Drive"
description: """
google-drive-ocamlfuse is a FUSE-based file system for Google Drive, written
in OCaml."""
url {
  src:
    "https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.5.tar.gz"
  checksum: "md5=929a5972db46ea457fbb92a04970abec"
}
