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 ["jbuilder" "build" "-p" name "-j" jobs] 10 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "ocaml" {>= "4.02.3"} 14 "cryptokit" 15 ("extlib" | "extlib-compat") 16 "jbuilder" {>= "1.0+beta7"} 17 "ocamlnet" {>= "4.1.4"} 18 "ocurl" 19 "xmlm" 20 "ounit" {with-test} 21 "yojson" {< "2.0.0"} 22] 23depopts: [ 24 "ppx_monadic" 25] 26synopsis: "A simple OCaml client for Google Services." 27description: """ 28gapi-ocaml is a simple, unofficial, OCaml client for Google Services. The 29library supports ClientLogin, OAuth 1.0a, and OAuth 2.0 authentication. 30Supported RESTful APIs: Calendar APIs v3, Google+ API v1, Tasks API v1, APIs 31Discovery Service v1, URL Shortener API v1, OAuth2 API v2, Custom Search API v1, 32Google Analytics API v3, Page Speed Online API v1, Blogger API v2, Site 33Verification API v1, AdSense Management API v1.4, BigQuery API v2, Drive API v2, 34Drive API v3, Gmail API v1. Google Data Protocol APIs (GData): Google Documents 35List API v3.""" 36url { 37 src: "https://github.com/astrada/gapi-ocaml/archive/v0.3.6.tar.gz" 38 checksum: [ 39 "sha256=bf978936d27f5c06205deea48be963a4d9ac1fe790f17b47660a26b3cfd08cce" 40 "md5=b8759b3a9010769db86786141ed374dd" 41 ] 42}