this repo has no description
1opam-version: "2.0" 2maintainer: "blue-prawn" 3authors: ["Russell Smith"] 4homepage: "http://www.ode.org/" 5license: ["BSD-3-Clause" "LGPL-2.1-or-later"] 6build: [["pkg-config" "ode"]] 7depexts: [ 8 ["libode-dev"] {os-family = "debian" | os-family = "ubuntu"} 9 ["ode-devel"] {os-family = "suse" | os-family = "opensuse"} 10 ["ode"] {os-distribution = "arch"} 11 ["ode-devel"] {os-distribution = "fedora"} 12 ["libode-devel"] {os-distribution = "mageia"} 13 ["ode"] {os-distribution = "homebrew" & os = "macos"} 14 ["ode"] {os = "freebsd"} 15] 16x-ci-accept-failures: [ #ode-dev on Alpine is under way: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/60122 17 "alpine-3.18" 18 "alpine-3.19" 19 "oraclelinux-7" 20 "oraclelinux-8" 21 "oraclelinux-9" 22] 23synopsis: "Virtual package relying on a ODE system installation" 24description: 25 "This package can only install if the ODE lib is installed on the system." 26depends: ["conf-pkg-config" {build}] 27bug-reports: "https://github.com/ocaml/opam-repository/issues" 28flags: conf