opam-version: "2.0"
maintainer: "dominic.price@nottingham.ac.uk"
homepage: "https://github.com/CREATe-centre/sociaml-facebook-api"
bug-reports: "https://github.com/CREATe-centre/sociaml-facebook-api/issues"
authors: [ "Dominic Price" ]
license: "GPL-3.0-only"
build: [
  ["oasis" "setup"]
  ["./configure" "--prefix" prefix]
  [make "build"]
]
remove: [
  [make "uninstall"]
  ["ocamlfind" "remove" "facebook"]
  ["ocamlfind" "remove" "types"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "calendar" {>= "2.00"}
  "cohttp" {>= "0.10.0" & < "0.12.0"}
  "core" {< "v0.15"}
  "csv"
  "lwt" {< "3.0.0"}
  "meta_conv"
  "oasis"
  "ssl"
  "tiny_json"
  "tiny_json_conv"
  "uri"
  "ocamlbuild" {build}
]
dev-repo: "git+https://github.com/CREATe-centre/sociaml-facebook-api.git"
install: [make "install"]
synopsis: "Facebook Graph API SDK for OCaml"
description: """
OCaml bindings to the Facebook graph API using cohttp and lwt threading.
This package is still in the early stages of development and at present
only contains the functionality required to fetch a user's time-line and
to publish simple messages to the time-line."""
url {
  src: "https://github.com/dominicjprice/facebook-sdk/archive/v0.3.1.tar.gz"
  checksum: "md5=bc901481b9e3800b6c74b38493c35c86"
}
