opam-version: "2.0"
maintainer: "Alessandro Strada <alessandro.strada@gmail.com>"
authors: [ "Alessandro Strada" ]
license: "MIT"
homepage: "https://github.com/astrada/google-drive-ocamlfuse"
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 & ocaml >= "4.14.0"}
]
depends: [
  "ocaml" {>= "4.08.0"}
  "base-threads" {build}
  "camlidl" {build}
  "gapi-ocaml" {>= "0.4.9"}
  "dune" {>= "2.0.0"}
  "fuse3" {>= "3.10.0"}
  "cryptokit" {>= "1.21"}
  "extlib"
  "otoml"
  "ounit2" {with-test}
  "sqlite3"
  "tiny_httpd" {>= "0.6"}
]
synopsis: "A FUSE filesystem over Google Drive"
description: """
google-drive-ocamlfuse is a FUSE-based file system for Google Drive, written
in OCaml."""
x-maintenance-intent: ["(latest)"]
