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.04"}
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.04.tar.gz"
36 checksum: [
37 "sha256=9ed85ffc60ee0cdd5dc0db37d4c17ce24531fd46c17fcf01c77206a27023207e"
38 "md5=320e789fd17b88166bf07d7a81626714"
39 ]
40}