opam-version: "2.0"
maintainer: "David Sheets <sheets@alum.mit.edu>"
authors: "David Sheets <sheets@alum.mit.edu>"
homepage: "https://github.com/dsheets/ocaml-osx-plutil"
bug-reports: "https://github.com/dsheets/ocaml-osx-plutil/issues"
license: "ISC"
dev-repo: "git+https://github.com/dsheets/ocaml-osx-plutil.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "osx-plutil"]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "base-unix"
  "base-bytes"
  "result"
  "process"
]
available: os = "macos"
synopsis: "OS X plutil plist manipulation"
description: """
osx-plutil wraps the OS X plutil command which can be used to lint plist
files and convert between their XML, binary, and JSON formats. JSON
pretty-printing and human-readable output are also available."""
flags: light-uninstall
url {
  src: "https://github.com/dsheets/ocaml-osx-plutil/archive/0.5.0.tar.gz"
  checksum: "md5=5e0bca8642147c799523fcafba5116b9"
}
