opam-version: "2.0"
maintainer: "dave.scott@citrix.com"
build: [
  ["./configure" "--bindir" "%{bin}%"]
  [make]
]
remove: [
  ["ocamlfind" "remove" "message_switch"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "cohttp" {>= "0.11.0" & < "0.12.0"}
  "rpc"
  "ounit"
  "syslog"
  "uri"
  "re"
  "rpc"
  "cmdliner"
  "ssl"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/djs55/message-switch"
install: [make "install"]
synopsis: "A simple store-and-forward message switch."
description: """
The switch stores messages in queues with well-known names. Clients use
a simple HTTP protocol to enqueue and dequeue messages."""
flags: light-uninstall
url {
  src: "https://github.com/djs55/message-switch/archive/v0.10.4.tar.gz"
  checksum: "md5=39009e2643f17f56d0e76fc6f85e48f7"
}
