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" "endpoints"]
]
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.4.tar.gz"
  checksum: "md5=ebccfe5d91fcf842cd10b21f210e8569"
}
