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 ["jbuilder" "runtest"] {with-test} 18] 19depends: [ 20 "ocaml" {>= "4.02.3"} 21 "ocamlfind" {build} 22 "jbuilder" {>= "1.0+beta7" & < "1.0+beta20.2"} 23 "atdgen" {build & < "1.13.0"} 24] 25synopsis: "SDK for Watson Conversation Service" 26description: """ 27wcs-ocaml is a source development kit in OCaml and command line 28interface for [Watson Conversation Service 29(WCS)](https://www.ibm.com/watson/services/conversation/). It allows 30to program chat bots in OCaml. 31 32* `wcs-lib` provides a framework to write WCS programs, called 33 workspaces.""" 34url { 35 src: "https://github.com/IBM/wcs-ocaml/archive/2017-05-26.01.tar.gz" 36 checksum: [ 37 "sha256=c2e26f9f4a69bf98999f23b49f8a027be19d09bedaba25bb796c1d644ce180e2" 38 "md5=fdf7d5cbde3b68aac81498b6ea737f58" 39 ] 40}