this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25373 from astrada/gdfuse

Add google-drive-ocamlfuse 0.7.32

authored by

Marcello Seri and committed by
GitHub
b27d8a6d 3bccb348

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