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 "base-bytes" 16 "result" 17 "ounit" {with-test} 18] 19synopsis: "IRC client library - core functionality" 20url { 21 src: 22 "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.6.0.tar.gz" 23 checksum: [ 24 "sha256=049a80e15c3dfce35b3c88046a574a4dc85c6b45235df371dc129f6e1ef8ba5e" 25 "md5=06df0efe53238af79419c5633c2126f7" 26 ] 27}