From 9d990b865df2c100bb47b80894454a78898cc1ff Mon Sep 17 00:00:00 2001 From: Philippe Strauss Date: Mon, 20 Jul 2026 19:56:40 +0200 Subject: [PATCH] Package sndfile.0.9.1 --- packages/sndfile/sndfile.0.9.1/opam | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 packages/sndfile/sndfile.0.9.1/opam diff --git a/packages/sndfile/sndfile.0.9.1/opam b/packages/sndfile/sndfile.0.9.1/opam new file mode 100644 index 000000000000..70faa241bab4 --- /dev/null +++ b/packages/sndfile/sndfile.0.9.1/opam @@ -0,0 +1,32 @@ +opam-version: "2.0" +maintainer: "Philippe Strauss " +authors: [ "Erik de Castro Lopo " ] +license: "LGPL-3.0-or-later" +homepage: "https://codeberg.org/catseyechandra/ocaml-libsndfile" +dev-repo: "git+https://codeberg.org/catseyechandra/ocaml-libsndfile.git" +bug-reports: "https://codeberg.org/catseyechandra/ocaml-libsndfile/issues" +doc: "https://codeberg.org/catseyechandra/ocaml-libsndfile" +build: [ + [ + "dune" "build" "-p" name "-j" jobs + ] +] +depends: [ + "ocaml" + "dune" {>= "2.0.0"} + "dune-configurator" +] +depexts: [ + ["libsndfile-dev"] {os-family = "debian"} + ["libsndfile"] {os = "macos" & os-distribution = "homebrew"} +] +synopsis: "Bindings for the libsndfile soundfile manipulation library" +description: "Libsndfile is a soundfile reading/writing/manipulation library written in C" +url { + src: + "https://codeberg.org/catseyechandra/ocaml-libsndfile/archive/v0.9.1.tar.gz" + checksum: [ + "md5=fd11ef323a5ea4ae000928f6d3131f44" + "sha512=1d071c470e80e0ae7822df2743ec546686f7aec0db861b22f8a1d15e9b060e45f03df57bb313632ccfe6c6f818b78a0cb6d8909ab0c01311a6816ffd986986fd" + ] +}