opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
authors: "David Sheets"
homepage: "https://github.com/dsheets/ocaml-osx-membership"
bug-reports: "https://github.com/dsheets/ocaml-osx-membership/issues"
license: "ISC"
tags: ["osx" "membership" "uid" "gid" "guid" "uuid" "opendirectoryd"]
dev-repo: "git+https://github.com/dsheets/ocaml-osx-membership.git"
build: [make "build"]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "alcotest" {with-test}
  "ctypes" {>= "0.10.2"}
  "unix-errno" {>= "0.5.0"}
  "posix-types"
  "base-unix"
]
depopts: "lwt"
available: os = "macos"
synopsis: "OS X membership.h bindings for user, group, and UUID translation"
description:
  "Provides access to OS X functions for translating between UUIDs and uids/gids."
url {
  src: "https://github.com/dsheets/ocaml-osx-membership/archive/0.1.0.tar.gz"
  checksum: "md5=d87a80c7835b23b3fb63d30004ffbb6f"
}
