{"id":13507496,"url":"https://github.com/sebastiw/rebar3_idl_compiler","last_synced_at":"2025-07-29T00:06:21.005Z","repository":{"id":34364420,"uuid":"38288845","full_name":"sebastiw/rebar3_idl_compiler","owner":"sebastiw","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-26T16:47:08.000Z","size":354,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T14:16:20.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sebastiw.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-06-30T05:04:53.000Z","updated_at":"2016-05-13T21:02:58.000Z","dependencies_parsed_at":"2022-08-29T20:20:42.377Z","dependency_job_id":null,"html_url":"https://github.com/sebastiw/rebar3_idl_compiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sebastiw/rebar3_idl_compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiw%2Frebar3_idl_compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiw%2Frebar3_idl_compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiw%2Frebar3_idl_compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiw%2Frebar3_idl_compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebastiw","download_url":"https://codeload.github.com/sebastiw/rebar3_idl_compiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiw%2Frebar3_idl_compiler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267605947,"owners_count":24114619,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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.185Z","updated_at":"2025-07-29T00:06:20.959Z","avatar_url":"https://github.com/sebastiw.png","language":"Erlang","funding_links":[],"categories":["Build Tools"],"sub_categories":[],"readme":"rebar3_idl_compiler\n=====\n\nThis is a plugin for compiling Erlang IDL files using Rebar3.\n\nUse\n---\n\nAdd the plugin to your rebar config:\n\n\n```erlang\n    {plugins, [\n        {idl, \".*\",\n         {git,\n          \"git@github.com:sebastiw/rebar3_idl_compiler.git\",\n          {branch, \"master\"}}}\n    ]}.\n```\n\n\nThen just call your plugin directly in an existing application:\n\n\n    $ rebar3 idl compile\n    ===\u003e Fetching idl ({git ...})\n    ===\u003e Compiling idl\n    \u003cPlugin Output\u003e\n\n\nThere are two options that can be specified in your rebar.config:\n\n\n```erlang\n    {idl_paths, [Paths]}.\n            Path = {file, FilePath, Options} | {file, FilePath} |\n                   {dir, Directory, Options} | {dir, Directory}\n\n    {idl_opts, [Options]}.\n            Options: Options specified by the ic module, check\n                     http://www.erlang.org/doc/man/ic.html for more info.\n```\n\n\nIf the options is not given with the path tuple, then the idl_opts option\nis used.\n\n\nExample:\n\n\n```erlang\n    {idl_opts, [{'Wall', true}]}.\n    {idl_paths, [{file, \"idl/system.idl\", [{outdir, \"generated\"}]},\n                 {dir, \"idlfiles\"}]}.\n```\n\n\nIn the given example, all *.idl-files found under the path\n\"app_root/idlfiles\" would be compiled with the 'Wall' option, while the\nfile \"app_root/idl/system.idl\" would be compiled into the directory\n\"generated\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastiw%2Frebar3_idl_compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastiw%2Frebar3_idl_compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastiw%2Frebar3_idl_compiler/lists"}