Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions packages/gapi-ocaml/gapi-ocaml.0.4.7/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
maintainer: "Alessandro Strada <alessandro.strada@gmail.com>"
authors: [ "Alessandro Strada" ]
license: "MIT"
homepage: "https://github.com/astrada/gapi-ocaml"
dev-repo: "git+https://github.com/astrada/gapi-ocaml.git"
bug-reports: "https://github.com/astrada/gapi-ocaml/issues"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.08.0"}
"cryptokit"
"dune" {>= "2.0.0"}
"ocurl"
"ounit2" {with-test}
"yojson" {>= "1.6.0"}
"camlp-streams"
"cppo" {>= "1.1.0"}
]
available: [ os != "win32" & os != "macos" & os != "freebsd" ]
synopsis: "A simple OCaml client for Google Services"
description: """
gapi-ocaml is a simple, unofficial, OCaml client for Google Services.
The library supports ClientLogin, OAuth 1.0a, and OAuth 2.0
authentication. Supported RESTful APIs: Calendar APIs v3, Google+ API
v1, Tasks API v1, APIs Discovery Service v1, URL Shortener API v1,
OAuth2 API v2, Custom Search API v1, Google Analytics API v3, Page
Speed Online API v1, Blogger API v2, Site Verification API v1, AdSense
Management API v1.4, BigQuery API v2, Drive API v2, Drive API v3,
Gmail API v1, Sheets API v4."""
x-maintenance-intent: ["(latest)"]
url {
src: "https://github.com/astrada/gapi-ocaml/archive/v0.4.7.tar.gz"
checksum: [
"sha256=3a9e7ba4446b90f842c10dc2e49211c394c9f012715da01bb0b80baccabb41bb"
"md5=27919a0188772392e9b74bfd95fbaaa1"
]
}