this repo has no description
1opam-version: "2.0"
2maintainer: "Alessandro Strada <alessandro.strada@gmail.com>"
3authors: [ "Alessandro Strada" ]
4license: "MIT"
5homepage: "https://github.com/astrada/gapi-ocaml"
6dev-repo: "git+https://github.com/astrada/gapi-ocaml.git"
7bug-reports: "https://github.com/astrada/gapi-ocaml/issues"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
11]
12depends: [
13 "ocaml" {>= "4.02.3"}
14 "cryptokit"
15 "dune"
16 "ocamlnet" {>= "4.1.4"}
17 "ocurl"
18 "ounit" {with-test}
19 "yojson" {< "2.0.0"}
20]
21synopsis: "A simple OCaml client for Google Services"
22description: """
23gapi-ocaml is a simple, unofficial, OCaml client for Google Services.
24The library supports ClientLogin, OAuth 1.0a, and OAuth 2.0
25authentication. Supported RESTful APIs: Calendar APIs v3, Google+ API
26v1, Tasks API v1, APIs Discovery Service v1, URL Shortener API v1,
27OAuth2 API v2, Custom Search API v1, Google Analytics API v3, Page
28Speed Online API v1, Blogger API v2, Site Verification API v1, AdSense
29Management API v1.4, BigQuery API v2, Drive API v2, Drive API v3,
30Gmail API v1."""
31url {
32 src: "https://github.com/astrada/gapi-ocaml/archive/v0.4.1.tar.gz"
33 checksum: [
34 "sha256=496abc474e3fd7344c2b1f2abd57071aba195b060af57c22133c445dd89b006d"
35 "md5=aeecae11fddf4511cea908808c73366a"
36 ]
37}