this repo has no description
1opam-version: "2.0" 2maintainer: "Alessandro Strada <alessandro.strada@gmail.com>" 3authors: [ "Alessandro Strada" ] 4license: "MIT" 5homepage: "http://gdfuse.forge.ocamlcore.org/" 6dev-repo: "git+https://github.com/astrada/google-drive-ocamlfuse.git" 7bug-reports: "https://github.com/astrada/google-drive-ocamlfuse/issues" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "ocaml" {>= "4.02.3"} 14 "ocaml" {with-test & < "4.12"} 15 "base-threads" {build} 16 "camlidl" {build} 17 "gapi-ocaml" {>= "0.3.19"} 18 "dune" 19 "ocamlfuse" {>= "2.7.1-cvs6"} 20 "cryptokit" 21 "extlib" {< "1.7.8"} 22 "ounit" {with-test} 23 "sqlite3" 24] 25synopsis: "A FUSE filesystem over Google Drive" 26description: """ 27google-drive-ocamlfuse is a FUSE-based file system for Google Drive, written 28in OCaml.""" 29url { 30 src: 31 "https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.23.tar.gz" 32 checksum: [ 33 "sha256=c33a33aeaf62b3fb3c6f80428cc51a22d1ebab4048e2a5233cdb9db81823830c" 34 "md5=d019db8588b3bc61bd7475ab9fc888f2" 35 ] 36}