opam-version: "2.0"
maintainer: "Vincent Bernardoff"
authors: ["Martin Sustrik"]
homepage: "http://nanomsg.org/"
license: ["MIT" "X11"]
build: [["pkg-config" "nanomsg"]]
depexts: [
  ["libnanomsg-dev"] {os-family = "debian"}
  ["nanomsg"] {os-distribution = "arch"}
  ["nanomsg"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Virtual package relying on a nanomsg system installation"
description:
  "This package can only install if the nanomsg lib is installed on the system."
depends: ["conf-pkg-config" {build}]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
