opam-version: "2.0"
synopsis:
  "Bindings for the lo library which provides functions for communicating with input controls using the OSC protocol"
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
license: "LGPL-2.1-or-later"
homepage: "https://github.com/savonet/ocaml-lo"
bug-reports: "https://github.com/savonet/ocaml-lo/issues"
depends: [
  "conf-liblo"
  "dune" {>= "2.0"}
  "dune-configurator"
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/savonet/ocaml-lo.git"
url {
  src: "https://github.com/savonet/ocaml-lo/archive/v0.2.0.tar.gz"
  checksum: [
    "md5=628df1ab7fa2f1b1ad6e27bca9b53a7e"
    "sha512=b077f4ae477371cf9ef8c1fb906c8c1769fed6e52f17eea96dfe708c5ddeb54e8d696a4d0b6f4c4bb97213b3859c5410350064f65377bcfecc1c641bad9b5d8a"
  ]
}
