fishasn1 (fish•asn1) is an open source ASN.1 compiler written in C with minimal third party libraries dependences. The goal is to make an accurate, secure and easy-to-use ASN.1 compiler from scratch.
- This project uses
mesonto build and test, so please install the latest version ofmesonon your system before you can run test. - C compiler that supports C99 standards (GCC, Clang etc)
- Configure meson the first time, run this command (NOTE: Only run this command once)
meson setup build
- Run these commands to run test
cd build
meson test
Making an ASN.1 compiler takes a lot of time and effort, and this project is in its initial stage, If you would like to see a new ASN.1 compiler develop, please consider donate to support the development.
fishasn1 source code are made available under the terms of the GNU Affero General Public License (GNU AGPL v3.0).
Author: Tommy Jeff (threcius@yahoo.com)