Skip to content
forked from vicentfg/asn1ex

Elixir Mix task to compile ASN.1 files using erlang's asn1ct and asn1rt.

Notifications You must be signed in to change notification settings

wrachwal/asn1ex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASN1ex

ASN.1 compiler mix task to generate erlang parser using asn1rt and asn1ct.

Configuration

Add the following line on the project function of mix.exs file:

  • compilers: [:asn1] ++ Mix.compilers

and asn1ex as a dependency:

  • {:asn1ex, git: "git://github.com/vicentfg/asn1ex.git"}

Other configuration options:

  • :asn1_paths - directories to find source files. Defaults to ["asn1"].

  • :erlc_paths - directories to store generated source files. Defaults to ["src"].

  • :asn1_options - compilation options that apply to ASN.1's compiler. There are many other available options here: http://erlang.org/doc/man/asn1ct.html#compile-2.

About

Elixir Mix task to compile ASN.1 files using erlang's asn1ct and asn1rt.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%