opam-version: "2.0" maintainer: [ "Louis Mandel " ] 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] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.02.3"} "jbuilder" {>= "1.0+beta7" & < "1.0+beta20.2"} "ocaml-migrate-parsetree" {build & < "2.0.0"} "atdgen" {build & < "1.13.0"} "atd" "sedlex" {>= "1.99.4" & < "2.2"} "menhir" "rml" ] 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.""" url { src: "https://github.com/IBM/wcs-ocaml/archive/2017-05-26.03.tar.gz" checksum: [ "sha256=d3eaf1c2258244c905ad12ac14e31737cf37d53ed53834c1b54af41136a9d29a" "md5=a6313b0c444fed93f4044f83c29f29a3" ] }