forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#25189 from toots/opam-publish-mm.0.8.5
Package mm.0.8.5
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
opam-version: "2.0" | ||
synopsis: | ||
"The mm library contains high-level APIs to create and manipulate multimedia streams (audio, video, MIDI)" | ||
maintainer: "The Savonet Team <[email protected]>" | ||
authors: "Samuel Mimram <[email protected]>" | ||
license: "LGPL-2.1-or-later" | ||
homepage: "https://github.com/savonet/ocaml-mm" | ||
bug-reports: "https://github.com/savonet/ocaml-mm/issues" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
"ocaml" {with-test & >= "4.12"} | ||
"dune" {>= "3.7"} | ||
"dune-configurator" | ||
"odoc" {with-doc} | ||
] | ||
depopts: ["alsa" "ao" "mad" "pulseaudio" "ocamlsdl" "theora"] | ||
conflicts: [ | ||
"mad" {< "0.5.0"} | ||
"alsa" {< "0.3.0"} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
depexts: ["linux-headers"] {os-family = "alpine"} | ||
dev-repo: "git+https://github.com/savonet/ocaml-mm.git" | ||
url { | ||
src: "https://github.com/savonet/ocaml-mm/archive/refs/tags/v0.8.5.tar.gz" | ||
checksum: [ | ||
"md5=d2468f8ceecf97dd76a507bf94eba326" | ||
"sha512=c5b8289d3603fa7d6adb3688bce539ae45ff920c1b587001b2c81ffabf4397f090d4de5c89d8d5251f0eb0b8a7b36ce0104a5a8001dcbfe82e0fbca30f965c64" | ||
] | ||
} |