opam-version: "2.0"
maintainer: "yallop@gmail.com"
authors: "yallop@gmail.com"
homepage: "https://github.com/yallop/ocaml-posix-types"
bug-reports: "http://github.com/yallop/ocaml-posix-types/issues"
license: "MIT"
dev-repo: "git+http://github.com/yallop/ocaml-posix-types.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "posix-types"]
depends: [
  "ocaml" {>= "4.01.0"}
  "ctypes" {>= "0.5.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis:
  "ctypes-compatible type representations for the types exposed in <sys/types.h>."
description: """
The implementation details, such as sizes and alignments, of the types vary
from platform to platform, but the interface of each type is consistent across
platforms."""
flags: light-uninstall
url {
  src: "https://github.com/yallop/ocaml-posix-types/archive/0.1.1.tar.gz"
  checksum: "md5=d64dd08706421f2b3974e4ae1e69e838"
}
