this repo has no description

Add conf-libblake3 virtual package.

Changed files
+19
packages
conf-libblake3
conf-libblake3.1.5.1
+19
packages/conf-libblake3/conf-libblake3.1.5.1/opam
···
+
opam-version: "2.0"
+
maintainer: "opam-repository maintainers"
+
homepage: "https://blake3.io/"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
authors: ["Jack O'Connor <oconnor663@gmail.com>" "Samuel Neves"]
+
license: "CC0-1.0 OR Apache-2.0"
+
build: [
+
["pkg-config" "--atleast-version=1.5.1" "libblake3"]
+
]
+
depends: ["conf-pkg-config" {build}]
+
depexts: [
+
["blake3-devel"] {os-distribution = "fedora"}
+
["blake3"] {os-distribution = "homebrew" & os = "macos"}
+
]
+
synopsis: "Virtual package relying on libblake3"
+
description:"
+
This package can only install if the libblake3 library is installed on the system,
+
and its version is at least 1.5.1
+
"