this repo has no description
1opam-version: "2.0"
2maintainer: "Vincent Bernardoff"
3authors: ["Martin Sustrik"]
4homepage: "http://nanomsg.org/"
5license: ["MIT" "X11"]
6build: [["pkg-config" "nanomsg"]]
7depexts: [
8 ["libnanomsg-dev"] {os-family = "debian" | os-family = "ubuntu"}
9 ["nanomsg-dev"] {os-distribution = "alpine"}
10 ["nanomsg"] {os-distribution = "arch"}
11 ["nanomsg-devel"] {os-distribution = "fedora"}
12 ["nanomsg-devel"] {os-family = "suse" | os-family = "opensuse"}
13 ["nanomsg"] {os = "macos" & os-distribution = "homebrew"}
14 ["nanomsg"] {os = "freebsd"}
15]
16x-ci-accept-failures: [
17 "oraclelinux-7"
18 "oraclelinux-8"
19 "oraclelinux-9"
20]
21synopsis: "Virtual package relying on a nanomsg system installation"
22description:
23 "This package can only install if the nanomsg lib is installed on the system."
24depends: ["conf-pkg-config" {build}]
25bug-reports: "https://github.com/ocaml/opam-repository/issues"
26flags: conf