opam-version: "2.0"
maintainer: "blue-prawn"
authors: ["Anthony Green"]
homepage: "http://sourceware.org/libffi/"
license: "MIT"
build: [["pkg-config" "libffi"]]
depexts: [
  ["libffi-dev"] {os-family = "debian"}
  ["libffi5-devel"] {os-distribution = "mageia"}
]
synopsis: "Virtual package relying on a libffi system installation"
description:
  "This package can only install if the libffi is installed on the system."
depends: ["conf-pkg-config" {build}]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
