Skip to content

Commit

Permalink
Merge pull request ocaml#8110 from astrada/master
Browse files Browse the repository at this point in the history
Add google-drive-ocamlfuse 0.6.6
  • Loading branch information
yallop authored Dec 16, 2016
2 parents 494bcdc + 059c0e2 commit aaaca14
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
A FUSE filesystem over Google Drive
google-drive-ocamlfuse is a FUSE-based file system backed by Google
Drive, written in OCaml.

32 changes: 32 additions & 0 deletions packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.6/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "1.2"
maintainer: "Alessandro Strada <[email protected]>"
authors: [ "Alessandro Strada" ]
license: "MIT"
homepage: "http://gdfuse.forge.ocamlcore.org/"
dev-repo: "https://github.com/astrada/google-drive-ocamlfuse.git"
bug-reports: "https://github.com/astrada/google-drive-ocamlfuse/issues"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
["ocaml" "%{etc}%/google-drive-ocamlfuse/_oasis_remove_.ml"
"%{etc}%/google-drive-ocamlfuse"]
]
build-test: [
["ocaml" "setup.ml" "-configure" "--enable-tests"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-test"]
]
depends: [
"base-threads" {build}
"camlidl" {build}
"gapi-ocaml" {>= "0.2.14"}
"ocamlbuild" {build}
"ocamlfind" {build}
"ocamlfuse"
"ounit" {test}
"sqlite3"
]
available: [ ocaml-version >= "3.12.0" ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://forge.ocamlcore.org/frs/download.php/1673/google-drive-ocamlfuse-0.6.6.tar.gz"
checksum: "cf60f4b54db4fefde0faba8a79b96db7"

0 comments on commit aaaca14

Please sign in to comment.