https://github.com/dsheets/ocaml-osx-acl
OCaml bindings to OS X POSIX.1e file system access control lists
https://github.com/dsheets/ocaml-osx-acl
Last synced: about 1 year ago
JSON representation
OCaml bindings to OS X POSIX.1e file system access control lists
- Host: GitHub
- URL: https://github.com/dsheets/ocaml-osx-acl
- Owner: dsheets
- License: isc
- Created: 2016-10-17T15:03:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T17:41:37.000Z (over 9 years ago)
- Last Synced: 2025-03-24T07:57:07.118Z (over 1 year ago)
- Language: OCaml
- Size: 12.7 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
## OCaml bindings to OS X file system access control list system calls
These bindings use [ctypes](https://github.com/ocamllabs/ocaml-ctypes)
for type-safe stub generation.