this repo has no description
1opam-version: "2.0"
2maintainer: "David Sheets <sheets@alum.mit.edu>"
3authors: "David Sheets <sheets@alum.mit.edu>"
4homepage: "https://github.com/dsheets/ocaml-osx-plutil"
5bug-reports: "https://github.com/dsheets/ocaml-osx-plutil/issues"
6license: "ISC"
7dev-repo: "git+https://github.com/dsheets/ocaml-osx-plutil.git"
8build: [make]
9install: [make "install"]
10remove: ["ocamlfind" "remove" "osx-plutil"]
11depends: [
12 "ocaml" {>= "4.01.0"}
13 "ocamlfind" {build}
14 "ocamlbuild" {build}
15 "base-unix"
16 "base-bytes"
17 "result"
18 "process"
19]
20available: os = "macos"
21synopsis: "OS X plutil plist manipulation"
22description: """
23osx-plutil wraps the OS X plutil command which can be used to lint plist
24files and convert between their XML, binary, and JSON formats. JSON
25pretty-printing and human-readable output are also available."""
26flags: light-uninstall
27url {
28 src: "https://github.com/dsheets/ocaml-osx-plutil/archive/0.5.0.tar.gz"
29 checksum: [
30 "sha256=23cde19fab0ab5d583e81e23a5094a7aa653579c3630d7d93bc9259660d6b4ed"
31 "md5=5e0bca8642147c799523fcafba5116b9"
32 ]
33}