18 lines
341 B
Markdown
18 lines
341 B
Markdown
|
WiringPi for OCaml
|
||
|
==================
|
||
|
|
||
|
A binding for the [WiringPi](http://wiringpi.com/) library for
|
||
|
[OCaml](http://ocaml.org/).
|
||
|
|
||
|
Build
|
||
|
-----
|
||
|
|
||
|
You need to have [OASIS](http://oasis.forge.ocamlcore.org/), the best way to
|
||
|
get it is to use [OPAM](http://opam.ocaml.org/).
|
||
|
|
||
|
```sh
|
||
|
oasis setup
|
||
|
ocaml setup.ml -configure
|
||
|
ocaml setup.ml -build
|
||
|
```
|