The asn1c is a Free ASN.1 to C compiler. It supports a wide range of ASN.1 syntaxes, including ISO/IEC/ITU ASN.1 1988, 1994, 1997, 2002 and later amendments. The basic supported syntax is ITU-T Rec. X.690 | ISO/IEC 8825-1 (2002).
The asn1c is a Free ASN.1 to C compiler. It supports a wide range of ASN.1 syntaxes, including ISO/IEC/ITU ASN.1 1988, 1994, 1997, 2002 and later amendments. The basic supported syntax is ITU-T Rec. X.690 | ISO/IEC 8825-1 (2002).
To install asn1c, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install asn1c
To see what files were installed by asn1c, run:
port contents asn1c
To later upgrade asn1c, run:
sudo port selfupdate && sudo port upgrade asn1c
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.