this repo has no description
1opam-version: "2.0" 2maintainer: [ 3 "Louis Mandel <lmandel@us.ibm.com>" 4] 5authors: [ 6 "Guillaume Baudart" 7 "Louis Mandel" 8 "Jérôme Siméon" 9] 10homepage: "https://github.com/IBM/wcs-ocaml" 11bug-reports: "https://github.com/IBM/wcs-ocaml/issues" 12license: "Apache-2.0" 13dev-repo: "git+https://github.com/IBM/wcs-ocaml.git" 14build: [ 15 ["jbuilder" "subst" "-p" name "--name" name] {dev} 16 ["jbuilder" "build" "-p" name "-j" jobs] 17] 18depends: [ 19 "ocaml" {>= "4.03.0"} 20 "wcs-lib" {= "2017-05-26.03"} 21 "cohttp-lwt-unix" {>= "1.0.0"} 22 "jbuilder" {>= "1.0+beta7"} 23] 24synopsis: "SDK for Watson Conversation Service" 25description: """ 26wcs-ocaml is a source development kit in OCaml and command line 27interface for [Watson Conversation Service 28(WCS)](https://www.ibm.com/watson/services/conversation/). It allows 29to program chat bots in OCaml. 30 31* `wcs-api` offers an OCaml binding to the 32 [service API](https://www.ibm.com/watson/developercloud/conversation/api/v1/) 33 and a generic client application.""" 34url { 35 src: "https://github.com/IBM/wcs-ocaml/archive/2017-05-26.03.tar.gz" 36 checksum: [ 37 "sha256=d3eaf1c2258244c905ad12ac14e31737cf37d53ed53834c1b54af41136a9d29a" 38 "md5=a6313b0c444fed93f4044f83c29f29a3" 39 ] 40}