An open API service indexing awesome lists of open source software.

https://github.com/zshipko/ocaml-openbsd


https://github.com/zshipko/ocaml-openbsd

Last synced: 9 months ago
JSON representation

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