https://github.com/dsheets/ocaml-osx-membership
OCaml bindings to OS X membership.h API for user, group, and UUID translation via opendirectoryd
https://github.com/dsheets/ocaml-osx-membership
Last synced: about 1 year ago
JSON representation
OCaml bindings to OS X membership.h API for user, group, and UUID translation via opendirectoryd
- Host: GitHub
- URL: https://github.com/dsheets/ocaml-osx-membership
- Owner: dsheets
- License: isc
- Created: 2016-10-18T18:22:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T12:43:43.000Z (almost 9 years ago)
- Last Synced: 2024-12-31T19:40:23.068Z (over 1 year ago)
- Language: OCaml
- Size: 9.77 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
## OCaml bindings to OS X membership.h uid/gid mapping
These bindings use [ctypes](https://github.com/ocamllabs/ocaml-ctypes)
for type-safe stub generation.