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.1.tar.gz" 23 checksum: [ 24 "sha256=4933418355cde3107bc39912ac4addf603adb6ea3c5c3119c41596848de9b6d0" 25 "md5=8de431994ea6c0a066ddd9e822d22f96" 26 ] 27}