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