language-asn1: Parsing of ASN1 definitions

[ bsd3, language, library, program ] [ Propose Tags ]

Language.ASN1 is a haskell library for the analysis of ASN.1 code. It features an almost-complete, somewhat tested parser for large subset of ASN.1:1997 standard


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
splitbase

Choose the new smaller, split-up base package.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.2, 0.2.1, 0.5, 0.6
Dependencies base (>=2 && <5), parsec (>=3.0.0), syb [details]
License LicenseRef-GPL
Copyright LICENSE
Author Dmitry Astapov <dastapov@gmail.com>
Maintainer Dmitry Astapov <dastapov@gmail.com>
Category Language
Home page http://patch-tag.com/r/adept/language-asn1
Uploaded by DmitryAstapov at 2010-05-27T13:50:37Z
Distributions NixOS:0.6
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3331 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for language-asn1-0.2.1

[back to package description]
Unsophisticated ASN.1 parser for Haskell.

Should cover a pretty large subset of ITU-T Rec. X.680 | ISO/IEC 8824-1

This is unfinished work, so beware - here be dragons!

Test code could be run like this:

  TestASN1Parser LDAP.asn1