Bindings to libudev for OCaml
  • OCaml 97.8%
  • Makefile 1.8%
  • C 0.4%
Find a file
2023-07-17 14:04:05 +02:00
doc Rename libudev -> udev to avoid conflicts with the C library 2016-01-03 22:47:16 +01:00
examples Rename libudev -> udev to avoid conflicts with the C library 2016-01-03 22:47:16 +01:00
pkg Upgrade topkg 2017-10-21 11:04:25 +02:00
src Rename libudev -> udev to avoid conflicts with the C library 2016-01-03 22:47:16 +01:00
.merlin Initial commit 2015-12-18 03:54:37 +01:00
_tags ctypes: fix compat with 0.21.0 2023-07-17 13:51:08 +02:00
Makefile Rename libudev -> udev to avoid conflicts with the C library 2016-01-03 22:47:16 +01:00
myocamlbuild.ml pkg-config support stolen from tsdl 2015-12-18 14:53:29 +01:00
opam Use the new conf-libudev virtual package 2017-10-22 11:16:56 +02:00
README.md Rename libudev -> udev to avoid conflicts with the C library 2016-01-03 22:47:16 +01:00

ocaml-libudev

Bindings to libudev.

Online documentation can be found here (v0.1) (v0.2).

Installation

opam install libudev

Examples

Translated from http://www.signal11.us/oss/udev/.

See the examples/ directory.