this repo has no description
1opam-version: "2.0"
2authors: ["John Else" "Simon Cruanes"]
3homepage: "https://github.com/johnelse/ocaml-irc-client"
4bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues"
5dev-repo: "git+https://github.com/johnelse/ocaml-irc-client"
6maintainer: "john.else@gmail.com"
7build: [
8 ["dune" "build" "@install" "-p" name "-j" jobs]
9 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
10 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
11]
12depends: [
13 "dune" {>= "1.6"}
14 "irc-client" {>= "0.4.0" & < "0.7.0"}
15 "lwt"
16 "tls" {< "1.0.0"}
17 "x509" {< "0.10.0"}
18 "odoc" {with-doc}
19 "ocaml" {>= "4.02.0"}
20]
21synopsis: "IRC client library - TLS implementation"
22url {
23 src:
24 "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.6.2.tar.gz"
25 checksum: [
26 "sha256=1d630af8a49161f5b593e61131207e5622efc7ba28afaeb257b058e3ed9fbd30"
27 "md5=dd23fab61a244c530066e016b42d5197"
28 ]
29}