opam-version: "2.0" maintainer: "sheets@alum.mit.edu" authors: ["David Sheets" "Jeremy Yallop"] homepage: "https://github.com/dsheets/ocaml-osx-attr" bug-reports: "https://github.com/dsheets/ocaml-osx-attr/issues" license: "ISC" tags: ["osx" "attr" "attributes" "getattrlist" "setattrlist" "file system"] dev-repo: "git+https://github.com/dsheets/ocaml-osx-attr.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.6.2"} "unix-errno" {>= "0.5.0"} "base-unix" "unix-type-representations" "unix-time" ] depopts: "lwt" available: os = "macos" synopsis: "OS X generic file system attribute system call bindings" description: """ "getattrlist" 'fgetattrlist', 'getattrlistat', 'getattrlistbulk', 'setattrlist', and 'fsetattrlist' are bound.""" url { src: "https://github.com/dsheets/ocaml-osx-attr/archive/0.3.0.tar.gz" checksum: [ "sha256=ed33c20784f7515391066351dbc6f7c51146159f3342ab3dc5603e57df3f0073" "md5=99f2f0dba39f8f0247b62abc52d12fed" ] }