opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
authors: "David Sheets"
homepage: "https://github.com/dsheets/ocaml-osx-mount"
bug-reports: "https://github.com/dsheets/ocaml-osx-mount/issues"
license: "ISC"
tags: ["osx" "mount" "mountpoint" "mtab" "mount table" "file system"]
dev-repo: "git+https://github.com/dsheets/ocaml-osx-mount.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"}
  "unix-errno" {>= "0.4.0"}
  "base-unix"
]
depopts: "lwt"
available: os = "macos"
synopsis: "Bindings to OS X mount system calls"
description: """
`getmntinfo` and `statfs` are bound as well as the statfs struct as a
record type."""
url {
  src: "https://github.com/dsheets/ocaml-osx-mount/archive/0.1.1.tar.gz"
  checksum: "md5=f142fb138a9e3983d8d7366150bc6709"
}
