File: asn1-parse.cabal

package info (click to toggle)
haskell-asn1-parse 0.9.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60 kB
  • sloc: haskell: 123; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 976 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Name:                asn1-parse
Version:             0.9.5
Description:         Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient.
License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <vincent@snarc.org>
Author:              Vincent Hanquez <vincent@snarc.org>
Maintainer:          Vincent Hanquez <vincent@snarc.org>
Synopsis:            Simple monadic parser for ASN1 stream types.
Build-Type:          Simple
Category:            Data
stability:           experimental
Cabal-Version:       >=1.6
Homepage:            https://github.com/vincenthz/hs-asn1

Library
  Build-Depends:     base >= 3 && < 5
                   , bytestring
                   , asn1-types >= 0.3 && < 0.4
                   , asn1-encoding >= 0.9
  Exposed-modules:   Data.ASN1.Parse
  ghc-options:       -Wall

source-repository head
  type:     git
  location: https://github.com/vincenthz/hs-asn1
  subdir:   parse