opam-version: "2.0"
maintainer: "yallop@gmail.com"
homepage: "https://github.com/ocamllabs/ocaml-ctypes"
dev-repo: "git+http://github.com/ocamllabs/ocaml-ctypes.git"
bug-reports: "http://github.com/ocamllabs/ocaml-ctypes/issues"
depends: [
  "ctypes" {post}
  "conf-pkg-config" {build}
  "conf-libffi" {>= "2.0.0"}
]
tags: ["org:ocamllabs" "org:mirage"]
post-messages: [
  "This package requires libffi on your system" {failure}
]
synopsis: "Virtual package for enabling the ctypes.foreign subpackage."
description: """
`ctypes-foreign` is just a virtual OPAM package that determines
whether the foreign subpackage should built as part of ctypes.
"""
authors: "yallop@gmail.com"
