add conf-libffi freebsd depext
This commit is contained in:
parent
ac6dfc4dd4
commit
2bd97e75dd
1 changed files with 23 additions and 0 deletions
23
packages/conf-libffi.2.1.0~dev/opam
Normal file
23
packages/conf-libffi.2.1.0~dev/opam
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
opam-version: "2.0"
|
||||||
|
maintainer: "blue-prawn"
|
||||||
|
authors: ["Anthony Green"]
|
||||||
|
homepage: "http://sourceware.org/libffi/"
|
||||||
|
license: "MIT"
|
||||||
|
build: ["pkg-config" "libffi"]
|
||||||
|
depexts: [
|
||||||
|
["libffi"] {os = "macos" & os-distribution = "homebrew"}
|
||||||
|
["libffi"] {os = "macos" & os-distribution = "macports"}
|
||||||
|
["libffi-dev"] {os-distribution = "alpine"}
|
||||||
|
["libffi-dev"] {os-family = "debian"}
|
||||||
|
["libffi-devel"] {os-distribution = "centos"}
|
||||||
|
["libffi-devel"] {os-distribution = "fedora"}
|
||||||
|
["libffi-devel"] {os-distribution = "mageia"}
|
||||||
|
["libffi-devel"] {os-distribution = "ol"}
|
||||||
|
["libffi-devel"] {os-family = "suse"}
|
||||||
|
["libffi"] {os = "freebsd"}
|
||||||
|
]
|
||||||
|
synopsis: "Virtual package relying on libffi system installation"
|
||||||
|
description: "This package can only install if libffi is installed on the system."
|
||||||
|
depends: ["conf-pkg-config" {build}]
|
||||||
|
bug-reports: "https://github.com/ocaml/opam-repository/issues"
|
||||||
|
flags: conf
|
Loading…
Reference in a new issue