opam-version: "2.0"
maintainer: "smimram@gmail.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "lo"]]
depends: ["ocaml" "ocamlfind"]
depexts: [
  ["liblo-dev"] {os-family = "debian"}
]
install: [make "install"]
synopsis:
  "Bindings for the lo library which provides functions for communicating with input controls using the OSC protocol"
flags: light-uninstall
url {
  src:
    "http://downloads.sourceforge.net/project/savonet/ocaml-lo/0.1.0/ocaml-lo-0.1.0.tar.gz"
  checksum: "md5=40a4538062f7985a988b63482968015d"
}
