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"
7license: "MIT"
8build: [
9 ["dune" "build" "@install" "-p" name "-j" jobs]
10 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
11 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
12]
13depends: [
14 "dune" {>= "1.6"}
15 "base-bytes"
16 "result"
17 "logs" {>= "0.5.0"}
18 "base64" {>= "3.1.0"}
19 "ounit" {with-test}
20 "odoc" {with-doc}
21 "ocaml"
22]
23synopsis: "IRC client library - core functionality"
24url {
25 src:
26 "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.0.tar.gz"
27 checksum: "sha256=8655fe6e074701f28f4539e3cfbf83c0bdb67f546435ca255234236a4d2be206"
28}