{"id":13507489,"url":"https://github.com/pyykkis/rebar3_asn1_compiler","last_synced_at":"2025-10-21T17:53:32.079Z","repository":{"id":57541160,"uuid":"45789358","full_name":"pyykkis/rebar3_asn1_compiler","owner":"pyykkis","description":"Plugin for compiling ASN.1 modules with Rebar3.","archived":false,"fork":false,"pushed_at":"2020-03-03T19:43:15.000Z","size":0,"stargazers_count":0,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T19:18:18.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyykkis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-08T16:51:31.000Z","updated_at":"2015-11-11T10:19:33.000Z","dependencies_parsed_at":"2022-09-18T00:00:48.556Z","dependency_job_id":null,"html_url":"https://github.com/pyykkis/rebar3_asn1_compiler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyykkis%2Frebar3_asn1_compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyykkis%2Frebar3_asn1_compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyykkis%2Frebar3_asn1_compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyykkis%2Frebar3_asn1_compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyykkis","download_url":"https://codeload.github.com/pyykkis/rebar3_asn1_compiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301963,"owners_count":20755512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T02:00:35.030Z","updated_at":"2025-10-21T17:53:27.024Z","avatar_url":"https://github.com/pyykkis.png","language":"Erlang","funding_links":[],"categories":["Build Tools"],"sub_categories":[],"readme":"#ASN.1 compiler plugin for Rebar3\n\nPlugin for compiling ASN.1 modules with Rebar3.\n\n##Installation\n\nAdd plugin to your project `rebar.config` file.\n\n    {plugins, [\n        { rebar3_asn1_compiler, \"1.0.0\"}\n    ]}.\n\n##Usage\n\nDefine ASN.1 compiler options in `rebar.config` and add output directory to Erlang source directories. \nSupported options are listed at [ASN.1 compiler documentation](http://www.erlang.org/doc/man/asn1ct.html). \nIn addition, `{asndir, \"asn1\"}` can be used for defining the directory containing\nthe ASN.1 modules. The default options are `[{asndir, \"asn1\"}, {outdir, \"asn1_gen\"}, noobj]`.\n\n    {asn1_opts, [{outdir, \"asn1_gen\"}, uper]}.\n    {src_dirs, [\"src\", \"asn1_gen\"]}.\n\nAdditionally, plugin can be hooked into standard `compile` and `clean` commands.\n\n    {provider_hooks, [\n      {pre,\n          [{clean,   {asn1, clean}},\n           {compile, {asn1, compile}}]}\n    ]}.\n\nStand-alone `compile` and `clean` commands are defined in `asn1` namespace\n\n    rebar3 asn1 compile\n    rebar3 asn1 clean\n\n##Contributing\n\nFeel free to send pull requests, feature requests or issue reports.\n\n##License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyykkis%2Frebar3_asn1_compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyykkis%2Frebar3_asn1_compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyykkis%2Frebar3_asn1_compiler/lists"}