cabal-version: 2.2 name: language-asn version: 0.1.1.0 x-revision: 1 synopsis: ASN.1 encoding and decoding description: ASN.1 language implementation. SNMP uses ASN.1 for serialization. homepage: https://github.com/chessai/language-asn.git license: BSD-3-Clause license-file: LICENSE author: Andrew Martin maintainer: chessai1996@gmail.com copyright: 2019 (c) Andrew Martin category: Language build-type: Simple extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/chessai/language-asn library exposed-modules: Language.Asn.Decoding Language.Asn.Encoding Language.Asn.ObjectIdentifier Language.Asn.Types Language.Asn.Types.Internal build-depends: , aeson >= 1.2 && < 1.5 , base >=4.9 && <4.14 , bytestring >= 0.10 && < 0.11 , contravariant >= 1.3 && < 1.6 , hashable >= 1.2 && < 1.4 , pretty >= 1.1 && < 1.2 , primitive >= 0.6.4 && < 0.8 , text >= 1.2 && < 1.3 , vector >= 0.11 && < 0.13 hs-source-dirs: src default-language: Haskell2010