From 5312f7b235e819e0d619687117674e14776fc61c Mon Sep 17 00:00:00 2001 From: Alessandro Strada Date: Mon, 8 Jan 2018 22:24:26 +0100 Subject: [PATCH] Add google-drive-ocamlfuse.0.6.23/gapi-ocaml.0.3.6 --- packages/gapi-ocaml/gapi-ocaml.0.3.6/descr | 10 ++++++++ packages/gapi-ocaml/gapi-ocaml.0.3.6/opam | 25 +++++++++++++++++++ packages/gapi-ocaml/gapi-ocaml.0.3.6/url | 2 ++ .../google-drive-ocamlfuse.0.6.23/descr | 4 +++ .../google-drive-ocamlfuse.0.6.23/opam | 25 +++++++++++++++++++ .../google-drive-ocamlfuse.0.6.23/url | 2 ++ 6 files changed, 68 insertions(+) create mode 100644 packages/gapi-ocaml/gapi-ocaml.0.3.6/descr create mode 100644 packages/gapi-ocaml/gapi-ocaml.0.3.6/opam create mode 100644 packages/gapi-ocaml/gapi-ocaml.0.3.6/url create mode 100644 packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/descr create mode 100644 packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/opam create mode 100644 packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/url diff --git a/packages/gapi-ocaml/gapi-ocaml.0.3.6/descr b/packages/gapi-ocaml/gapi-ocaml.0.3.6/descr new file mode 100644 index 00000000000..b416be9f492 --- /dev/null +++ b/packages/gapi-ocaml/gapi-ocaml.0.3.6/descr @@ -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. diff --git a/packages/gapi-ocaml/gapi-ocaml.0.3.6/opam b/packages/gapi-ocaml/gapi-ocaml.0.3.6/opam new file mode 100644 index 00000000000..ee132f1d691 --- /dev/null +++ b/packages/gapi-ocaml/gapi-ocaml.0.3.6/opam @@ -0,0 +1,25 @@ +opam-version: "1.2" +maintainer: "Alessandro Strada " +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" ] diff --git a/packages/gapi-ocaml/gapi-ocaml.0.3.6/url b/packages/gapi-ocaml/gapi-ocaml.0.3.6/url new file mode 100644 index 00000000000..33e2c86f14a --- /dev/null +++ b/packages/gapi-ocaml/gapi-ocaml.0.3.6/url @@ -0,0 +1,2 @@ +archive: "https://github.com/astrada/gapi-ocaml/archive/v0.3.6.tar.gz" +checksum: "b8759b3a9010769db86786141ed374dd" diff --git a/packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/descr b/packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/descr new file mode 100644 index 00000000000..040d5360075 --- /dev/null +++ b/packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/descr @@ -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. + diff --git a/packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/opam b/packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/opam new file mode 100644 index 00000000000..c48c35bbc5c --- /dev/null +++ b/packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/opam @@ -0,0 +1,25 @@ +opam-version: "1.2" +maintainer: "Alessandro Strada " +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" ] diff --git a/packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/url b/packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/url new file mode 100644 index 00000000000..b9a0031fbb1 --- /dev/null +++ b/packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/url @@ -0,0 +1,2 @@ +archive: "https://github.com/astrada/google-drive-ocamlfuse/archive/v0.6.23.tar.gz" +checksum: "f57304d1b2885392ecc967353c6003d4"