packages feed

libmodbus-1.1.3: libmodbus.cabal

Name: libmodbus
Version: 1.1.3
Cabal-Version: >= 1.10
License: BSD2
Maintainer: Joey Hess <id@joeyh.name>
Author: Joey Hess
Stability: Stable
Copyright: 2019 Joey Hess
License-File: LICENSE
Build-Type: Simple
Category: System
Synopsis: Haskell bindings to the C modbus library
Description:
 This library supports Modbus communication over both TCP and serial ports.
 .
 It is a FFI to the C modbus library from https://libmodbus.org/
Extra-Source-Files:
 CHANGELOG
 TODO

Library
  GHC-Options: -Wall -fno-warn-tabs
  Extra-Libraries: modbus
  Exposed-Modules: System.Modbus
  Default-Language: Haskell2010
  Build-Depends:
    base >= 4.5 && < 5,
    vector >= 0.12 && <= 0.13, 
    data-default >= 0.7 && <= 0.8,
    bytestring >= 0.10 && <= 0.12

source-repository head
  type: git
  location: git://git.joeyh.name/haskell-libmodbus.git