this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21404 from toots/opam-publish-faad.0.5.1

Package faad.0.5.1

authored by

Marcello Seri and committed by
GitHub
103be3e9 6c39ef84

+58
+20
packages/conf-faad/conf-faad.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "https://github.com/ocaml/opam-repository/issues" 3 + homepage: "https://github.com/toots/faad" 4 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 5 + authors: "faad dev team" 6 + license: "GPL-2.0-or-later" 7 + build: ["pkg-config" "--exists" "faad2"] 8 + depends: [ 9 + "conf-pkg-config" {build} 10 + ] 11 + depexts: [ 12 + ["faad2-dev"] {os-distribution = "alpine"} 13 + ["faad2-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse"} 14 + ["faad2"] {os = "macos" & os-distribution = "homebrew" | os = "freebsd" | os-family = "arch" | os-distribution = "nixos" | os-distribution = "ol"} 15 + ["libfaad-dev"] {os-family = "debian" | os-family = "ubunty"} 16 + ] 17 + synopsis: "Virtual package relying on libfaad" 18 + description: 19 + "This package can only install if the faad library is installed on the system." 20 + flags: conf
+38
packages/faad/faad.0.5.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: 4 + "Bindings for the faad library which provides functions for decoding AAC audio files" 5 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 6 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 7 + license: "GPL-2.0" 8 + homepage: "https://github.com/savonet/ocaml-faad" 9 + bug-reports: "https://github.com/savonet/ocaml-faad/issues" 10 + depends: [ 11 + "conf-faad" 12 + "conf-pkg-config" 13 + "dune" {>= "2.8"} 14 + "dune-configurator" 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/savonet/ocaml-faad.git" 32 + url { 33 + src: "https://github.com/savonet/ocaml-faad/archive/v0.5.1.tar.gz" 34 + checksum: [ 35 + "md5=a7a02f5bc5f2507e9a4a0de17facf0a0" 36 + "sha512=b84cdef4a9a40e4fcc6639fce50b2dd5e8ff19ceaf082950e57c4fb545535da63bc65895581d9aeb7d5acee4153e279aac230aaa9ebb4d11aa5de86b795c7341" 37 + ] 38 + }