this repo has no description

Package faad.0.5.1

Changed files
+38
packages
faad
faad.0.5.1
+38
packages/faad/faad.0.5.1/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis:
+
"Bindings for the faad library which provides functions for decoding AAC audio files"
+
maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "GPL-2.0"
+
homepage: "https://github.com/savonet/ocaml-faad"
+
bug-reports: "https://github.com/savonet/ocaml-faad/issues"
+
depends: [
+
"conf-faad"
+
"conf-pkg-config"
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
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-faad.git"
+
url {
+
src: "https://github.com/savonet/ocaml-faad/archive/v0.5.1.tar.gz"
+
checksum: [
+
"md5=a7a02f5bc5f2507e9a4a0de17facf0a0"
+
"sha512=b84cdef4a9a40e4fcc6639fce50b2dd5e8ff19ceaf082950e57c4fb545535da63bc65895581d9aeb7d5acee4153e279aac230aaa9ebb4d11aa5de86b795c7341"
+
]
+
}