this repo has no description
1opam-version: "2.0" 2maintainer: "unixjunkie@sdf.org" 3homepage: "http://openbabel.org/" 4license: "GPL-1.0-or-later" 5authors: "http://openbabel.org/wiki/THANKS" 6bug-reports: "https://github.com/ocaml/opam-repository/issues" 7build: [["sh" "-c" "pkg-config openbabel-2.0 || pkg-config openbabel-3"]] 8depends: ["conf-pkg-config" {build}] 9x-ci-accept-failures: [ 10 "debian-11" 11 "debian-unstable" 12 "alpine-3.18" 13 "oraclelinux-7" 14 "oraclelinux-8" 15 "oraclelinux-9" 16] 17depexts: [ 18 ["libopenbabel-dev"] {os-family = "debian" | os-family = "ubuntu"} 19 ["openbabel"] {os-distribution = "arch"} 20 ["openbabel-devel"] {os-distribution = "fedora"} 21 ["openbabel-devel"] {os-family = "suse" | os-family = "opensuse"} 22 ["open-babel"] {os = "macos" & os-distribution = "homebrew"} 23 ["openbabel-devel"] {os-distribution = "centos"} 24 ["openbabel"] {os = "freebsd"} 25] 26synopsis: "Virtual package relying on openbabel library installation" 27description: """ 28This package can only install if the openbabel devel library is installed 29on the system.""" 30flags: conf