this repo has no description
0
fork

Configure Feed

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

Add conf-libblake3 virtual package.

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