forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add google-drive-ocamlfuse.0.6.23/gapi-ocaml.0.3.6
- Loading branch information
Showing
6 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
A simple OCaml client for Google Services. | ||
|
||
gapi-ocaml is a simple, unofficial, OCaml client for Google Services. The | ||
library supports ClientLogin, OAuth 1.0a, and OAuth 2.0 authentication. | ||
Supported RESTful APIs: Calendar APIs v3, Google+ API v1, Tasks API v1, APIs | ||
Discovery Service v1, URL Shortener API v1, OAuth2 API v2, Custom Search API v1, | ||
Google Analytics API v3, Page Speed Online API v1, Blogger API v2, Site | ||
Verification API v1, AdSense Management API v1.4, BigQuery API v2, Drive API v2, | ||
Drive API v3, Gmail API v1. Google Data Protocol APIs (GData): Google Documents | ||
List API v3. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
opam-version: "1.2" | ||
maintainer: "Alessandro Strada <[email protected]>" | ||
authors: [ "Alessandro Strada" ] | ||
license: "MIT" | ||
homepage: "https://github.com/astrada/gapi-ocaml" | ||
dev-repo: "https://github.com/astrada/gapi-ocaml.git" | ||
bug-reports: "https://github.com/astrada/gapi-ocaml/issues" | ||
build: [ | ||
["jbuilder" "build" "-p" name "-j" jobs] | ||
] | ||
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]] | ||
depends: [ | ||
"cryptokit" | ||
("extlib" | "extlib-compat") | ||
"jbuilder" {build} | ||
"ocamlnet" {>= "4.1.4"} | ||
"ocurl" | ||
"xmlm" | ||
"ounit" {test} | ||
"yojson" | ||
] | ||
depopts: [ | ||
"ppx_monadic" | ||
] | ||
available: [ ocaml-version >= "4.02.3" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
archive: "https://github.com/astrada/gapi-ocaml/archive/v0.3.6.tar.gz" | ||
checksum: "b8759b3a9010769db86786141ed374dd" |
4 changes: 4 additions & 0 deletions
4
packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/descr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
25 changes: 25 additions & 0 deletions
25
packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
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: [ | ||
["jbuilder" "build" "-p" name "-j" jobs] | ||
] | ||
build-test: [ | ||
["jbuilder" "runtest" "-p" name "-j" jobs] | ||
] | ||
depends: [ | ||
"base-threads" {build} | ||
"camlidl" {build} | ||
"gapi-ocaml" {>= "0.3.6"} | ||
"jbuilder" {build} | ||
"ocamlfuse" | ||
"cryptokit" | ||
"extlib" | ||
"ounit" {test} | ||
"sqlite3" | ||
] | ||
available: [ ocaml-version >= "4.02.3" ] |
2 changes: 2 additions & 0 deletions
2
packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/url
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
archive: "https://github.com/astrada/google-drive-ocamlfuse/archive/v0.6.23.tar.gz" | ||
checksum: "f57304d1b2885392ecc967353c6003d4" |