https://github.com/zshipko/ocaml-openbsd
https://github.com/zshipko/ocaml-openbsd
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/ocaml-openbsd
- Owner: zshipko
- License: mit
- Created: 2016-11-06T00:30:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T22:24:10.000Z (about 9 years ago)
- Last Synced: 2025-01-22T14:08:12.232Z (over 1 year ago)
- Language: OCaml
- Size: 4.88 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ocaml-openbsd
Bindings to OpenBSD specific functions for OCaml
## Building and Installation
make
make install
To uninstall
make uninstall
## Implemented Functions
* `arc4random`
* `arc4random_uniform`
* `arc4random_buf`
* `newhash`
* `checkhash`
* `pledge`
## LICENCE
MIT