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 "result"
16 "lwt" {>= "2.4.7"}
17 "odoc" {with-doc}
18 "ocaml" { >= "4.02.0" }
19]
20synopsis: "IRC client library - Lwt implementation"
21url {
22 src:
23 "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.6.2.tar.gz"
24 checksum: [
25 "sha256=1d630af8a49161f5b593e61131207e5622efc7ba28afaeb257b058e3ed9fbd30"
26 "md5=dd23fab61a244c530066e016b42d5197"
27 ]
28}