libmodbus-sys 1.0.0

FFI bindings to the libmodbus C library.
Documentation
1
2
3
4
5
6
7
language: c

compiler:
  - gcc
  - clang

script: ./autogen.sh && ./configure && make && make check