opam-version: "2.0"
maintainer: "dominic.price@nottingham.ac.uk"
homepage: "https://github.com/CREATe-centre/sociaml-oauth-client"
bug-reports: "https://github.com/CREATe-centre/sociaml-oauth-client/issues"
authors: [ "Dominic Price" ]
license: "ISC"
build: [
  ["oasis" "setup"]
  ["./configure" "--prefix" prefix]
  [make "build"]
]
remove: [
  [make "uninstall"]
  ["ocamlfind" "remove" "sociaml_oauth_client"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "oasis"
  "core_kernel" {< "v0.15"}
  "lwt" {< "3.0.0"}
  "ssl"
  "uri"
  "cohttp" {>= "0.12.0" & < "0.14.0"}
  "cryptokit"
  "re2" {< "v0.15"}
  "ocamlbuild" {build}
]
dev-repo: "git+https://github.com/CREATe-centre/sociaml-oauth-client.git"
install: [make "install"]
synopsis: "OAuth Client Library for Ocaml"
description: """
A very basic OAuth client library for OCaml.  Currently supports Version 1.0a
of the OAuth protocol and has been tested against the Twitter and Tumblr
OAuth APIs."""
url {
  src:
    "https://github.com/dominicjprice/sociaml-oauth-client/archive/v0.5.0.tar.gz"
  checksum: "md5=7cc45741981578a7b6198e7a92c61f40"
}
