this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://github.com/stevengj/nlopt" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "NLopt dev team" 6license: "LGPL-2.1-or-later" 7build: ["pkg-config" "--exists" "nlopt"] 8depends: [ 9 "conf-pkg-config" {build} 10] 11depexts: [ 12 ["libnlopt-dev"] {os-family = "debian"} 13 ["libnlopt-dev"] {os-family = "ubuntu"} 14 ["NLopt-devel"] {os-distribution = "fedora"} 15 ["NLopt-devel"] {os-distribution = "rhel"} 16 ["NLopt-devel" "epel-release"] {os-distribution = "centos" & os-version < "8"} 17 ["nlopt-devel"] {os-family = "suse" | os-family = "opensuse"} 18 ["nlopt"] {os-family = "arch"} 19 ["nlopt"] {os = "freebsd"} 20 ["nlopt"] {os = "openbsd"} 21 ["nlopt"] {os = "netbsd"} 22 ["nlopt"] {os = "macos" & os-distribution = "homebrew"} 23] 24x-ci-accept-failures: [ 25 "alpine-3.12" 26 "oraclelinux-7" 27 "oraclelinux-8" 28 "centos-8" 29] 30synopsis: "Virtual package relying on nlopt" 31description: 32 "This package can only install if the nlopt library is installed on the system." 33flags: conf