opam-version: "2.0" authors: ["John Else" "Simon Cruanes"] homepage: "https://github.com/johnelse/ocaml-irc-client" bug-reports: "https://github.com/johnelse/ocaml-irc-client/issues" dev-repo: "git+https://github.com/johnelse/ocaml-irc-client" maintainer: "john.else@gmail.com" license: "MIT" build: [ [ "./configure" "--prefix" prefix "--%{lwt:enable}%-lwt" "--%{tls:enable}%-tls" "--%{base-unix:enable}%-unix" "--enable-docs" "--enable-examples" ] [make "build"] ["./configure" "--enable-tests"] {with-test} [make "test"] {with-test} [make "doc"] {with-doc} ] install: [ [make "PREFIX=%{prefix}%" "install"] ] remove: [ ["ocamlfind" "remove" "irc-client"] ] depends: [ "ocaml" {>= "4.00.1"} "oasis" {build & >= "0.4.2"} "ocamlbuild" {build} "ocamlfind" {build} "result" "ounit" {with-test} ] depopts: [ "base-unix" "lwt" "tls" ] conflicts: [ "lwt" {>= "5.0.0"} "tls" {>= "0.11.0"} ] synopsis: "IRC client library" flags: light-uninstall url { src: "https://github.com/johnelse/ocaml-irc-client/archive/irc-client.0.5.2.tar.gz" checksum: [ "sha256=32b4e7d6627e6b4bf99bc922dc5d56ece6bf3c84d55bd79f78542b8fe7958be9" "md5=9357f6465a5629e27e2df3bb4ce7b812" ] }