this repo has no description
1opam-version: "2.0" 2authors: ["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 "irc-client" {= version} 16 "lwt" 17 "lwt_ssl" 18 "odoc" {with-doc} 19 "ocaml" 20 "ssl" {>= "0.5.8"} 21] 22synopsis: "IRC client library - Lwt SSL implementation" 23url { 24 src: 25 "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.1.tar.gz" 26 checksum: "sha256=ed339aaa57ffd628958b09e33605c7c90a8072cc0827dca34ef0b2344a576538" 27}