packages feed

protobuf-builder-0.1.0.0: protobuf-builder.cabal

cabal-version: 2.4
name: protobuf-builder
version: 0.1.0.0
synopsis: Slow protobuf implementation 
bug-reports: https://github.com/andrewthad/protobuf-builder
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
copyright: 2022 Andrew Martin
category: Data
extra-source-files: CHANGELOG.md
license: BSD-3-Clause
license-file: LICENSE

library
  exposed-modules: Protobuf.Builder
  build-depends:
    , base >=4.14.3.0 && <5
    , byteslice >=0.2.7
    , array-builder >=0.1.2
    , bytebuild >=0.3.11
    , natural-arithmetic >=0.1.2
    , primitive >=0.7.3
    , zigzag >=0.0.1
    , text-short >=0.1.3
    , bytestring >=0.10
    , run-st >=0.1.1
  hs-source-dirs: src
  default-language: Haskell2010
  ghc-options: -Wall -O2