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