File: asn1-types.cabal

package info (click to toggle)
haskell-asn1-types 0.3.2-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • sloc: haskell: 335; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
Name:                asn1-types
Version:             0.3.2
Description:         ASN.1 standard types
License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <vincent@snarc.org>
Author:              Vincent Hanquez <vincent@snarc.org>
Maintainer:          Vincent Hanquez <vincent@snarc.org>
Synopsis:            ASN.1 types
Build-Type:          Simple
Category:            Data
stability:           experimental
Cabal-Version:       >=1.6
Homepage:            http://github.com/vincenthz/hs-asn1-types

Library
  Build-Depends:     base >= 3 && < 5
                   , bytestring
                   , memory
                   , hourglass

  Exposed-modules:   Data.ASN1.BitArray
                     Data.ASN1.OID
                     Data.ASN1.Pretty
                     Data.ASN1.Types
                     Data.ASN1.Types.String
                     Data.ASN1.Types.Lowlevel
  ghc-options:       -Wall

source-repository head
  type:     git
  location: git://github.com/vincenthz/hs-asn1-types