Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noha/asn.1
- Owner: noha
- License: mit
- Created: 2018-06-23T16:30:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T13:25:09.000Z (9 months ago)
- Last Synced: 2024-10-31T06:42:05.745Z (2 months ago)
- Language: Smalltalk
- Size: 2.38 MB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```