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-unix" 16 "irc-client" {>= "0.6.0" & < "0.7.0"} 17 "result" 18 "ounit" {with-test} 19] 20synopsis: "IRC client library - Unix implementation" 21url { 22 src: 23 "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.6.1.tar.gz" 24 checksum: [ 25 "sha256=4933418355cde3107bc39912ac4addf603adb6ea3c5c3119c41596848de9b6d0" 26 "md5=8de431994ea6c0a066ddd9e822d22f96" 27 ] 28}