opam-version: "2.0"
authors: "John Else"
homepage: "https://github.com/johnelse/ocaml-osc"
bug-reports: "https://github.com/johnelse/ocaml-osc/issues"
dev-repo: "git://github.com/johnelse/ocaml-osc"
maintainer: "john.else@gmail.com"
build: [
  [make]
  [make "doc"] {with-test}
  [make "test"] {with-test}
  [make "test-interop-sclang"] {with-test}
]
install: [
  [make "PREFIX=%{prefix}%" "install"]
]
remove: [
  [make "PREFIX=%{prefix}%" "uninstall"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "oasis" {build}
  "ocplib-endian"
  "ounit"
  "rresult"
]
depopts: ["lwt"]
synopsis: "Pure OCaml OpenSoundControl client and server implementation"
url {
  src: "https://github.com/johnelse/ocaml-osc/archive/0.1.1.tar.gz"
  checksum: "md5=2219ac63a29b544e9db40b7ded1ef96f"
}
