opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
authors: "David Sheets"
homepage: "https://github.com/dsheets/ocaml-osx-xattr"
bug-reports: "https://github.com/dsheets/ocaml-osx-xattr/issues"
license: "ISC"
tags: ["osx" "xattr" "extended attributes" "file system"]
dev-repo: "git+https://github.com/dsheets/ocaml-osx-xattr.git"
build: [
  [make "build"]
  [make "test"] {with-test}
]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "alcotest" {with-test}
  "ctypes" {>= "0.4.0" & < "0.6.0"}
  "unix-errno" {>= "0.4.0"}
  "base-unix"
  "unix-type-representations"
]
depopts: "lwt"
available: os = "macos"
synopsis: "OS X extended attribute system call bindings"
description: """
`getxattr`, `fgetxattr`, `listxattr`, `flistxattr`, `removexattr`,
`fremovexattr`, `setxattr`, and `fsetxattr` are bound."""
url {
  src: "https://github.com/dsheets/ocaml-osx-xattr/archive/0.2.0.tar.gz"
  checksum: "md5=089fa8382c09d27140befa450d595575"
}
