• en

wiringpi 0.0.1

License GPL-3 with OCaml linking exception
Homepage https://github.com/Leonidas-from-XIV/ocaml-wiringpi
Maintainer marek@xivilization.net
Dependencies
ocamlfind
OS linux
Published Jul 11, 2014
Source [http] https://github.com/Leonidas-from-XIV/ocaml-wiringpi/releases/download/0.0.1/ocaml-wiringpi-0.0.1.tar.gz
ddb8f05e2555c488fc7065cf50063a1b
Edit https://github.com/ocaml/opam-repository/tree/master/packages/wiringpi/wiringpi.0.0.1/opam

WiringPi for OCaml, low level Raspberry Pi hardware access

WiringPi is a library that allows easy, Arduino-like access to hardware functionality (GPIO pins mostly) of the Raspberry Pi minicomputer. That library is written in C so what this package does is to provide a simple interface to use the C library from OCaml. The API is unchanged (even the capitalization) to provide an interface which is as similar as possible to the code that it is based upon.

Please note that you need to install the WiringPi library first, as it is not included in this package. Otherwise compilation will fail.

No package is dependent