opam-version: "2.0"
maintainer: "blue-prawn"
authors: ["Russell Smith"]
homepage: "http://www.ode.org/"
license: ["BSD-3-Clause" "LGPL-2.1-or-later"]
build: [["pkg-config" "ode"]]
depexts: [
  ["libode-dev"] {os-family = "debian"}
  ["libode-devel"] {os-distribution = "mageia"}
]
synopsis: "Virtual package relying on a ODE system installation"
description:
  "This package can only install if the ODE lib is installed on the system."
depends: ["conf-pkg-config" {build}]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
