opam-version: "2.0"
maintainer: "yallop@gmail.com"
authors: ["Jeremy Yallop" "David Sheets"]
homepage: "https://github.com/yallop/ocaml-ctypes-build"
bug-reports: "https://github.com/yallop/ocaml-ctypes-build/issues"
license: "MIT"
dev-repo: "git+https://github.com/yallop/ocaml-ctypes-build.git"
build: [make "build"]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild"
  "ctypes" {>= "0.6.0"}
]
synopsis: "Support for building Ctypes bindings."
url {
  src: "https://github.com/yallop/ocaml-ctypes-build/archive/0.0.2.tar.gz"
  checksum: "md5=d148cdf67e7518013b5105ccb08e4ca5"
}
