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-unix" 16 "irc-client" {= version} 17 "odoc" {with-doc} 18 "ocaml" 19] 20synopsis: "IRC client library - Unix implementation" 21url { 22 src: 23 "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.7.0.tar.gz" 24 checksum: "sha256=8655fe6e074701f28f4539e3cfbf83c0bdb67f546435ca255234236a4d2be206" 25}