opam-version: "2.0"
authors: [
  "Yoshihiro Imai" "Jun Furuse"
]
maintainer: "jun.furuse@gmail.com"
homepage: "https://github.com/yoshihiro503/ocamltter"
bug-reports: "https://github.com/yoshihiro503/ocamltter/issues"
dev-repo: "git://github.com/yoshihiro503/ocamltter"
build: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-build" ]
  [ "ocaml" "setup.ml" "-install" ]
]
install: [
  [ "ocaml" "setup.ml" "-install" ]
]
remove: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-uninstall" ]
]
depends: [
  "ocaml" {>= "4.02.0" & < "4.03.0"}
  "ocamlfind" {build}
  "omake" {build}
  "cryptokit"
  "ocurl" {>= "0.5.3"}
  "tiny_json_conv" {>= "1.4.1"}
  "spotlib" {>= "2.5.0"}
  "orakuda" {>= "1.2.2" & < "2.0.0"}
]
synopsis:
  "OCamltter twitter client, and OAuth framework for Twitter and Flickr"
description: """
OCamltter is a Twitter client written in OCaml. It provides OAuth library,
and Twitter and Flickr APIs using it. 

OCamltter
============

It is a CLI application, implemented as a custom OCaml toplevel (REPL). 
Common twitter commands are accessible via simple functions like:

Start it by:

    $ ocamllter

Help is available by

    # print_string help;;

OAuth, Twitter and Flickr library
===================================

OCamltter also provides the following libraries:

* ocamltter_oauth: OAuth library
* ocamltter_twitter: Twitter API
* ocamltter_flickr: Flickr API"""
url {
  src: "https://github.com/yoshihiro503/ocamltter/archive/3.0.0.tar.gz"
  checksum: "md5=0bac97decc391f59b53d6d3622ce14c8"
}
