cabal-version: >= 1.6 name: bert version: 1.1.2.1 build-type: Simple license: BSD3 license-file: LICENSE author: marius a. eriksen category: Data synopsis: BERT implementation description: Implements the BERT serialization and RPC protocols described at . maintainer: Roman Cheplyaka copyright: (c) 2009-2011 marius a. eriksen homepage: https://github.com/feuerbach/bert bug-reports: https://github.com/feuerbach/bert/issues source-repository head type: git location: git@github.com:feuerbach/bert.git library build-depends: base == 4.*, containers >= 0.2, bytestring >= 0.9, binary >= 0.5, mtl >= 1.1, network >= 2.2, unix >= 2.0, time >= 1.1, parsec >= 2.0 exposed-modules: Data.BERT Data.BERT.Packet Data.BERT.Parser Data.BERT.Term Data.BERT.Types Network.BERT Network.BERT.Transport Network.BERT.Client Network.BERT.Server executable bert main-is: bert.hs