this repo has no description

Merge pull request #24359 from toots/opam-publish-flac.0.5.0

Package flac.0.5.0

Changed files
+42
packages
flac
flac.0.5.0
+42
packages/flac/flac.0.5.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings to libflac"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/ocaml-flac"
+
bug-reports: "https://github.com/savonet/ocaml-flac/issues"
+
depends: [
+
"conf-libflac"
+
"conf-pkg-config"
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
depopts: [
+
"ogg" {>= "0.7.4"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-flac.git"
+
url {
+
src:
+
"https://github.com/savonet/ocaml-flac/archive/refs/tags/v0.5.0.tar.gz"
+
checksum: [
+
"md5=e729c6470c4b0fae11964eeb952b892b"
+
"sha512=637689d4a7f6d4366bc11dd8be3a4297bd211758fd7f80fcf88c9f1fcd1db3a2ef43530e5fce1ce6863149a3f75760939104c3bd27fb9b756f15bc07ebf063cd"
+
]
+
}