this repo has no description

Merge pull request #19318 from astrada/gapi-gdfuse

Add gapi-ocaml 0.4.2, google-drive-ocamlfuse 0.7.27

Changed files
+67 -1
packages
gapi-ocaml
gapi-ocaml.0.4.2
google-drive-ocamlfuse
google-drive-ocamlfuse.0.7.27
ocamlfuse
ocamlfuse.2.7.1-cvs6
+34
packages/gapi-ocaml/gapi-ocaml.0.4.2/opam
···
+
opam-version: "2.0"
+
maintainer: "Alessandro Strada <alessandro.strada@gmail.com>"
+
authors: [ "Alessandro Strada" ]
+
license: "MIT"
+
homepage: "https://github.com/astrada/gapi-ocaml"
+
dev-repo: "git+https://github.com/astrada/gapi-ocaml.git"
+
bug-reports: "https://github.com/astrada/gapi-ocaml/issues"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"cryptokit"
+
"dune"
+
"ocamlnet" {>= "4.1.4"}
+
"ocurl"
+
"ounit" {with-test}
+
"yojson"
+
]
+
synopsis: "A simple OCaml client for Google Services"
+
description: """
+
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."""
+
url {
+
src: "https://github.com/astrada/gapi-ocaml/archive/v0.4.2.tar.gz"
+
checksum: "md5=d8f549e73826599a5ae94a3633aa7356"
+
}
+32
packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.27/opam
···
+
opam-version: "2.0"
+
maintainer: "Alessandro Strada <alessandro.strada@gmail.com>"
+
authors: [ "Alessandro Strada" ]
+
license: "MIT"
+
homepage: "http://gdfuse.forge.ocamlcore.org/"
+
dev-repo: "git+https://github.com/astrada/google-drive-ocamlfuse.git"
+
bug-reports: "https://github.com/astrada/google-drive-ocamlfuse/issues"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"base-threads" {build}
+
"camlidl" {build}
+
"gapi-ocaml" {>= "0.4.2"}
+
"dune"
+
"ocamlfuse" {>= "2.7.1-cvs6"}
+
"cryptokit"
+
"extlib"
+
"ounit" {with-test}
+
"sqlite3"
+
]
+
synopsis: "A FUSE filesystem over Google Drive"
+
description: """
+
google-drive-ocamlfuse is a FUSE-based file system for Google Drive, written
+
in OCaml."""
+
url {
+
src:
+
"https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.27.tar.gz"
+
checksum: "md5=fcdabec51bba3d3de76f2e386de31bf6"
+
}
+1 -1
packages/ocamlfuse/ocamlfuse.2.7.1-cvs6/opam
···
"base-threads"
"base-unix"
"camlidl"
-
"dune"
+
"dune" {>= "1.6"}
"dune-configurator" {< "2.6"}
"conf-libfuse"
]