# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3.5"
synopsis: "MP3 encoding library"
description:
  "Bindings for the lame library which provides functions for encoding mp3 files"
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
license: "GPL-2.0"
homepage: "https://github.com/savonet/ocaml-lame"
bug-reports: "https://github.com/savonet/ocaml-lame/issues"
depends: [
  "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-lame.git"
depexts: [
  ["lame-dev"] {os-distribution = "alpine"}
  ["lame-devel"] {os-distribution = "centos"}
  ["lame-devel"] {os-distribution = "fedora"}
  ["lame-devel"] {os-family = "suse"}
  ["libmp3lame-dev"] {os-family = "debian"}
  ["lame"] {os = "macos" & os-distribution = "homebrew"}
  ["lame"] {os = "freebsd"}
]
