Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noha/asn.1

Smalltalk implementation of a ASN.1 parser that compiles into a runtime model
https://github.com/noha/asn.1

Last synced: 22 days ago
JSON representation

Smalltalk implementation of a ASN.1 parser that compiles into a runtime model

Awesome Lists containing this project

README

        

ASN1 is a suite to parse ASN.1 syntax, build a parsing model from it and read/write ASN.1 encoded data structures.

Install with:

```
Metacello new
repository: 'github://noha/ASN.1:master/src';
baseline: 'ASN1';
load: #all
```