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.03.0"}
21 "jbuilder" {>= "1.0+beta7" & < "1.0+beta20.2"}
22 "ocaml-migrate-parsetree" {build & < "2.0.0"}
23 "atdgen" {build}
24 "atd"
25 "sedlex" {>= "1.99.4"}
26 "menhir"
27 "rml"
28 "cohttp-lwt-unix" {>= "1.0.0"}
29]
30synopsis: "SDK for Watson Conversation Service"
31description: """
32wcs-ocaml is a source development kit in OCaml and command line
33interface for [Watson Conversation Service
34(WCS)](https://www.ibm.com/watson/services/conversation/). It allows
35to program chat bots in OCaml.
36
37* `wcs-lib` provides a framework to write WCS programs, called
38 workspaces. It also offers an OCaml binding to the
39 [service API](https://www.ibm.com/watson/developercloud/conversation/api/v1/)
40 and a generic client application."""
41url {
42 src: "https://github.com/IBM/wcs-ocaml/archive/2017-05-26.05.tar.gz"
43 checksum: [
44 "sha256=a30c3cd61a65a49580bd270cb4d3e5409ede4b12de829e5b64c79867454fb92b"
45 "md5=b71ca9e144cf15ef5fc3e9d8e5ca3eb1"
46 ]
47}