|
| 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.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 | +] |
| 22 | +available: [ os != "win32" & os != "macos" & os != "freebsd" ] |
| 23 | +synopsis: "A simple OCaml client for Google Services" |
| 24 | +description: """ |
| 25 | +gapi-ocaml is a simple, unofficial, OCaml client for Google Services. |
| 26 | +The library supports ClientLogin, OAuth 1.0a, and OAuth 2.0 |
| 27 | +authentication. Supported RESTful APIs: Calendar APIs v3, Google+ API |
| 28 | +v1, Tasks API v1, APIs Discovery Service v1, URL Shortener API v1, |
| 29 | +OAuth2 API v2, Custom Search API v1, Google Analytics API v3, Page |
| 30 | +Speed Online API v1, Blogger API v2, Site Verification API v1, AdSense |
| 31 | +Management API v1.4, BigQuery API v2, Drive API v2, Drive API v3, |
| 32 | +Gmail API v1, Sheets API v4.""" |
| 33 | +x-maintenance-intent: ["(latest)"] |
| 34 | +url { |
| 35 | + src: "https://github.com/astrada/gapi-ocaml/archive/v0.4.7.tar.gz" |
| 36 | + checksum: [ |
| 37 | + "sha256=3a9e7ba4446b90f842c10dc2e49211c394c9f012715da01bb0b80baccabb41bb" |
| 38 | + "md5=27919a0188772392e9b74bfd95fbaaa1" |
| 39 | + ] |
| 40 | +} |
0 commit comments