synta 0.2.6

ASN.1 parser, decoder, and encoder library with DER/BER support and C FFI
Documentation
1
2
3
4
5
6
7
8
SimpleModule DEFINITIONS ::= BEGIN

    SimpleSeq ::= SEQUENCE {
        version     INTEGER,
        identifier  OBJECT IDENTIFIER
    }

END