opam-version: "2.0"
synopsis:
  "Bindings for the AO library which provides high-level functions for using soundcards"
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
license: "LGPL-2.1"
homepage: "https://github.com/savonet/ocaml-ao"
bug-reports: "https://github.com/savonet/ocaml-ao/issues"
depends: [
  "conf-ao"
  "conf-pkg-config"
  "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-ao.git"
url {
  src: "https://github.com/savonet/ocaml-ao/archive/v0.2.2.tar.gz"
  checksum: [
    "md5=30c33ab48f6df249c55fd31f4c1d0dee"
    "sha512=642a774f9a28d3318ce51ac94b11f058dcbb01ed188292f4d1bf2955665142e1f6145a23122c33197110bdf76be8d92116199c0654f1e3f434d9abcf19ae8524"
  ]
}
