opam-version: "2.0"
maintainer: "gabriel.scherer@inria.fr"
homepage: "https://google.github.io/snappy/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
build: [
  ["c++" "test.cpp" "-lsnappy"]
]
depexts: [
  ["libsnappy-dev"] {os-family = "debian"}
  ["snappy"] {os = "macos" & os-distribution = "homebrew"}
  ["snappy-devel"] {os-distribution = "fedora"}
]
synopsis: "Virtual package relying on snappy"
description:
  "This package can only install if the snappy library is installed on the system."
authors: "Gabriel Scherer"
extra-files: ["test.cpp" "md5=90fb2f59e92b7f5a3a65e776249d233f"]
flags: conf
