Name: asn1-parse Version: 0.8.0 Description: Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient. License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez Author: Vincent Hanquez Maintainer: Vincent Hanquez Synopsis: Simple monadic parser for ASN1 stream types. Build-Type: Simple Category: Data stability: experimental Cabal-Version: >=1.6 Homepage: http://github.com/vincenthz/hs-asn1 Library Build-Depends: base >= 3 && < 5 , bytestring , text >= 0.11 , mtl , time , asn1-types >= 0.2 && < 0.3 , asn1-encoding >= 0.8 Exposed-modules: Data.ASN1.Parse ghc-options: -Wall source-repository head type: git location: git://github.com/vincenthz/hs-asn1