this repo has no description

Package fdkaac.0.3.3

Changed files
+40
packages
fdkaac
fdkaac.0.3.3
+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"
+
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"
+
]
+
}