this repo has no description

Merge pull request #18332 from toots/opam-publish-frei0r.0.1.2

Package frei0r.0.1.2

Changed files
+55
packages
conf-frei0r
conf-frei0r.1
frei0r
frei0r.0.1.2
+20
packages/conf-frei0r/conf-frei0r.1/opam
···
+
opam-version: "2.0"
+
maintainer: "https://github.com/ocaml/opam-repository/issues"
+
homepage: "https://frei0r.dyne.org/"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
authors: "frei0r dev team"
+
license: "GPL-2.0-or-later"
+
build: ["pkg-config" "--exists" "frei0r"]
+
depends: [
+
"conf-pkg-config" {build}
+
]
+
depexts: [
+
["frei0r-plugins"] {os-distribution = "arch"}
+
["frei0r-plugins-dev"] {os-distribution = "alpine" | os-family = "debian" | os-family = "ubuntu"}
+
["frei0r-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse"}
+
["frei0r"] {os = "freebsd" | os-distribution = "nixos" | os = "macos" & os-distribution = "homebrew"}
+
]
+
synopsis: "Virtual package relying on frei0r"
+
description:
+
"This package can only install if the frei0r library is installed on the system."
+
flags: conf
+35
packages/frei0r/frei0r.0.1.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings for the frei0r API which provides video effects"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/savonet/ocaml-frei0r"
+
bug-reports: "https://github.com/savonet/ocaml-frei0r/issues"
+
depends: [
+
"conf-frei0r"
+
"conf-pkg-config"
+
"dune" {>= "2.0"}
+
"dune-configurator"
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-frei0r.git"
+
url {
+
src: "https://github.com/savonet/ocaml-frei0r/archive/v0.1.2.tar.gz"
+
checksum: [
+
"md5=90e06952937864c98386db6ca2472cb6"
+
"sha512=2be3482d9e12ab05e36032409b8e3c272f57ec16c8ff139a5b36f65bc57ef2a02f249ec7ab287eae784fbfa33ee33785985c80f715e25b41af544b92f21ae58b"
+
]
+
}