opam-version: "2.0"
maintainer: "unixjunkie@sdf.org"
homepage: "http://openbabel.org/"
license: "GPL-1.0-or-later"
authors: "http://openbabel.org/wiki/THANKS"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
build: [
  ["c++" "-I/usr/include/openbabel-2.0" "test.cpp" "-lopenbabel"]
    {os != "macos"}
  [
    "c++"
    "-I/usr/local/include/openbabel-2.0"
    "test.cpp"
    "-L/usr/local/lib"
    "-lopenbabel"
  ] {os = "macos"}
]
x-ci-accept-failures: ["debian-unstable"]
depexts: [
  ["libopenbabel-dev"] {os-family = "debian"}
  ["open-babel"] {os = "macos" & os-distribution = "homebrew"}
  ["openbabel-devel"] {os-distribution = "centos"}
]
synopsis: "Virtual package relying on openbabel library installation"
description: """
This package can only install if the openbabel devel library is installed
on the system."""
extra-files: ["test.cpp" "md5=0a2f6ad381a1624089cd12718bfbfdd8"]
flags: conf
