cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
name: crypton-asn1-parse
version: 0.9.5
synopsis: Simple monadic parser for ASN1 stream types.
description: Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not
convenient.
category: Data
stability: experimental
homepage: https://github.com/mpilgrem/crypton-asn1
bug-reports: https://github.com/mpilgrem/crypton-asn1/issues
author: Vincent Hanquez <vincent@snarc.org>
maintainer: Mike Pilgrem <public@pilgrem.com>,
Kazu Yamamoto <kazu@iij.ad.jp>
copyright: Vincent Hanquez <vincent@snarc.org>
license: BSD3
license-file: LICENSE
build-type: Simple
extra-doc-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/mpilgrem/crypton-asn1
subdir: parse
library
exposed-modules:
Data.ASN1.Parse
ghc-options: -Wall
build-depends:
base >=3 && <5
, bytestring
, crypton-asn1-encoding >=0.9
, crypton-asn1-types ==0.3.*
default-language: Haskell98