diff options
author | krion <krion@FreeBSD.org> | 2004-10-14 16:51:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-10-14 16:51:02 +0800 |
commit | 2c2dbecc2c68dc324150404c1375b482ddae189a (patch) | |
tree | 6abd7f4cb9077c945f955a461d486436f921f6f1 /lang/asn1c/pkg-descr | |
parent | d0de14ffa4bb0ccc10e1a43b497b44ffdebbbcd4 (diff) | |
download | freebsd-ports-gnome-2c2dbecc2c68dc324150404c1375b482ddae189a.tar.gz freebsd-ports-gnome-2c2dbecc2c68dc324150404c1375b482ddae189a.tar.zst freebsd-ports-gnome-2c2dbecc2c68dc324150404c1375b482ddae189a.zip |
Add asn1c 0.9.4,
The asn1c compiles ASN.1 (Abstract Syntax Notation One)
specifications into the C source code. This compiler supports
automatic constraints checking code generation, parametrization,
basic support for Information Object Classes. The produced C code
contains the codecs for BER & DER encoding rules.
PR: ports/71560.
Submitted by: Lev Walkin <vlm@lionet.info>
Diffstat (limited to 'lang/asn1c/pkg-descr')
-rw-r--r-- | lang/asn1c/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/asn1c/pkg-descr b/lang/asn1c/pkg-descr new file mode 100644 index 000000000000..0878be70e2cb --- /dev/null +++ b/lang/asn1c/pkg-descr @@ -0,0 +1,12 @@ +The asn1c compiles ASN.1 (Abstract Syntax Notation One) specifications into +the C source code. This compiler supports automatic constraints checking code +generation, parametrization, basic support for Information Object Classes. +The produced C code contains the codecs for BER & DER encoding rules. + +See asn1c-usage.pdf and asn1c(1) manual page for details. + +WWW: http://asn1c.sourceforge.net/ + +-- +Lev Walkin +vlm@lionet.info |