this repo has no description

Merge pull request #22862 from toots/opam-publish-fdkaac.0.3.3

Package fdkaac.0.3.3

Kate caa4c5a7 2d882fa1

Changed files
+61
packages
conf-fdkaac
conf-fdkaac.1
fdkaac
fdkaac.0.3.3
+21
packages/conf-fdkaac/conf-fdkaac.1/opam
···
+
opam-version: "2.0"
+
maintainer: "https://github.com/ocaml/opam-repository/issues"
+
homepage: "https://github.com/mstorsjo/fdk-aac"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
authors: "fdk-aac dev team"
+
license: "FDK-AAC"
+
build: ["pkg-config" "--exists" "fdk-aac"]
+
depends: [
+
"conf-pkg-config" {build}
+
]
+
depexts: [
+
["libfdk-aac-dev"] {os-family = "debian" | os-family = "ubuntu"}
+
["fdk-aac-dev"] {os-family = "alpine"}
+
["fdk-aac-free-devel"] {os-distribution="centos" | os-family = "fedora" | os-family = "suse"}
+
["fdk-aac"] {os-distribution = "nixos" | os = "freebsd" | os = "macos" & os-distribution = "homebrew"}
+
["libfdk-aac"] {os-distribution = "arch"}
+
]
+
synopsis: "Virtual package relying on fdk-aac"
+
description:
+
"This package can only install if the fdk-aac is installed on the system."
+
flags: conf
+40
packages/fdkaac/fdkaac.0.3.3/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Fraunhofer FDK AAC Codec Library"
+
description:
+
"The FDK AAC Codec Library For Android contains an encoder implementation of the Advanced Audio Coding (AAC) audio codec."
+
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-fdkaac"
+
bug-reports: "https://github.com/savonet/ocaml-fdkaac/issues"
+
depends: [
+
"conf-fdkaac"
+
"dune" {>= "2.9"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-fdkaac.git"
+
url {
+
src: "https://github.com/savonet/ocaml-fdkaac/archive/v0.3.3.tar.gz"
+
checksum: [
+
"md5=38e58e422d6f953e478bb036b4634012"
+
"sha512=28cb6baa28e23abcf2b2200223c91bb0c7b1fe31dfca0e36ce851f8ab79b1d1daf32fb58efa8dcd82241757bc3047e945ff43276aed53970ed6f85bc0d94b462"
+
]
+
}