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.08.0"} 14 "cryptokit" 15 "dune" {>= "2.0.0"} 16 "ocurl" 17 "ounit2" {with-test} 18 "yojson" {>= "1.6.0"} 19 "camlp-streams" 20 "cppo" {>= "1.1.0"} 21] 22available: [ os != "macos" ] 23synopsis: "A simple OCaml client for Google Services" 24description: """ 25gapi-ocaml is a simple, unofficial, OCaml client for Google Services. 26The library supports ClientLogin, OAuth 1.0a, and OAuth 2.0 27authentication. Supported RESTful APIs: Calendar APIs v3, Google+ API 28v1, Tasks API v1, APIs Discovery Service v1, URL Shortener API v1, 29OAuth2 API v2, Custom Search API v1, Google Analytics API v3, Page 30Speed Online API v1, Blogger API v2, Site Verification API v1, AdSense 31Management API v1.4, BigQuery API v2, Drive API v2, Drive API v3, 32Gmail API v1.""" 33x-maintenance-intent: ["(latest)"] 34url { 35 src: "https://github.com/astrada/gapi-ocaml/archive/v0.4.5-opam.tar.gz" 36 checksum: [ 37 "sha256=4bada280cb907cdced67f89ebd018dddbc2c2a367ee5b97ca6e49054a0e0cffa" 38 "md5=67fa053d31be79cb7009a858825909bc" 39 ] 40}