Skip to content

Commit

Permalink
Add google-drive-ocamlfuse.0.6.23/gapi-ocaml.0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Jan 8, 2018
1 parent abef6f7 commit 5312f7b
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/gapi-ocaml/gapi-ocaml.0.3.6/descr
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.
25 changes: 25 additions & 0 deletions packages/gapi-ocaml/gapi-ocaml.0.3.6/opam
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" ]
2 changes: 2 additions & 0 deletions packages/gapi-ocaml/gapi-ocaml.0.3.6/url
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"
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 packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/opam
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" ]
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"

0 comments on commit 5312f7b

Please sign in to comment.