opam-version: "2.0"
maintainer: [
  "Louis Mandel <lmandel@us.ibm.com>"
]
authors: [
  "Guillaume Baudart"
  "Louis Mandel"
  "Jérôme Siméon"
]
homepage: "https://github.com/IBM/wcs-ocaml"
bug-reports: "https://github.com/IBM/wcs-ocaml/issues"
license: "Apache-2.0"
dev-repo: "git+https://github.com/IBM/wcs-ocaml.git"
build: [
  ["jbuilder" "subst" "-p" name "--name" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder" {<"1.0+beta20.2"}
  "ocaml-migrate-parsetree" {build & < "2.0.0"}
  "atdgen" {build}
  "atd"
  "sedlex" {>= "1.99.4"}
  "menhir"
  "rml"
  "cohttp-lwt-unix" {>= "1.0.0"}
]
synopsis: "SDK for Watson Conversation Service"
description: """
wcs-ocaml is a source development kit in OCaml and command line
interface for [Watson Conversation Service
(WCS)](https://www.ibm.com/watson/services/conversation/). It allows
to program chat bots in OCaml.

* `wcs-lib` provides a framework to write WCS programs, called
  workspaces. It also offers an OCaml binding to the
  [service API](https://www.ibm.com/watson/developercloud/conversation/api/v1/)
  and a generic client application."""
url {
  src: "https://github.com/IBM/wcs-ocaml/archive/2017-05-26.05.tar.gz"
  checksum: "md5=b71ca9e144cf15ef5fc3e9d8e5ca3eb1"
}
