this repo has no description
1opam-version: "2.0" 2maintainer: "blue-prawn" 3authors: ["Anthony Green"] 4homepage: "http://sourceware.org/libffi/" 5license: "MIT" 6build: [["pkg-config" "libffi"]] 7depexts: [ 8 ["libffi-dev"] {os-family = "debian"} 9 ["libffi5-devel"] {os-distribution = "mageia"} 10 ["libffi"] {os = "win32" & os-distribution = "cygwinports"} 11] 12synopsis: "Virtual package relying on a libffi system installation" 13description: 14 "This package can only install if the libffi is installed on the system." 15depends: ["conf-pkg-config" {build}] 16bug-reports: "https://github.com/ocaml/opam-repository/issues" 17flags: conf 18available: os != "win32" | os-distribution = "cygwinports"