opam-version: "2.0"
maintainer: "Jeremy Yallop <yallop@gmail.com>"
authors: "Jeremy Yallop <yallop@gmail.com>"
homepage: "https://github.com/yallop/ocaml-unix-type-representations"
bug-reports:
  "https://github.com/yallop/ocaml-unix-type-representations/issues"
license: "MIT"
dev-repo: "git+https://github.com/yallop/ocaml-unix-type-representations.git"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
  ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
  [make "test"] {with-test}
]
install: [make "install"]
remove: ["ocamlfind" "remove" "unix-type-representations"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "base-unix"
  "ctypes" {with-test & < "0.18.0"}
  "ctypes-foreign" {with-test}
  "ounit" {with-test}
]
synopsis:
  "Functions that expose the underlying types of some abstract types in the Unix module."
flags: light-uninstall
url {
  src:
    "https://github.com/yallop/ocaml-unix-type-representations/archive/0.1.0.tar.gz"
  checksum: "md5=ed8b6597b8fd7975d3f1f4b60fbf05f8"
}
