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 ["jbuilder" "build" "@install" "-p" name] 9 ["jbuilder" "runtest" "-p" name] {with-test} 10 ["jbuilder" "build" "@doc" "-p" name] {with-doc} 11] 12depends: [ 13 "ocaml" {>= "4.02.0"} 14 "jbuilder" {>= "1.0+beta7"} 15 "irc-client" {>= "0.4.0" & < "0.7.0"} 16 "result" 17 "lwt" {>= "2.4.7"} 18 "ounit" {with-test} 19] 20synopsis: "IRC client library - Lwt implementation" 21url { 22 src: 23 "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.6.0.tar.gz" 24 checksum: [ 25 "sha256=049a80e15c3dfce35b3c88046a574a4dc85c6b45235df371dc129f6e1ef8ba5e" 26 "md5=06df0efe53238af79419c5633c2126f7" 27 ] 28}