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