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