{"id":16568174,"url":"https://github.com/gfngfn/rebar_sesterl_plugin","last_synced_at":"2025-07-13T07:06:20.043Z","repository":{"id":48673135,"uuid":"310293544","full_name":"gfngfn/rebar_sesterl_plugin","owner":"gfngfn","description":"A Rebar3 plugin for compiling Sesterl programs (https://github.com/gfngfn/Sesterl)","archived":false,"fork":false,"pushed_at":"2021-07-14T20:11:37.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T00:00:05.140Z","etag":null,"topics":["erlang","rebar3-plugin","sesterl"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gfngfn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-05T12:35:41.000Z","updated_at":"2024-11-05T00:20:15.000Z","dependencies_parsed_at":"2022-09-06T19:22:21.274Z","dependency_job_id":null,"html_url":"https://github.com/gfngfn/rebar_sesterl_plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfngfn%2Frebar_sesterl_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfngfn%2Frebar_sesterl_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfngfn%2Frebar_sesterl_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfngfn%2Frebar_sesterl_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gfngfn","download_url":"https://codeload.github.com/gfngfn/rebar_sesterl_plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242012891,"owners_count":20057765,"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":["erlang","rebar3-plugin","sesterl"],"created_at":"2024-10-11T21:08:34.188Z","updated_at":"2025-03-05T10:42:13.344Z","avatar_url":"https://github.com/gfngfn.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# `rebar_sesterl`: A Rebar3 plugin for building Sesterl programs\n\n## How to use\n\n1. Generate `./rebar.config` from `./sesterl.yaml` by Sesterl:\n\n   ```console\n   $ sesterl config ./\n   ```\n\n   The command above writes the following description to `rebar.config`:\n\n   ```erlang\n   {plugins, [\n     {rebar_sesterl, {git, \"https://github.com/gfngfn/rebar_sesterl_plugin.git\", {branch, \"master\"}}}\n   ]}.\n\n   {src_dirs, [\"src\", \"_generated\"]}.\n   ```\n\n   Here, `./src` is used not only for putting Sesterl sources but also for `foo.app.src`.\n\n2. Invoke:\n\n   ```console\n   $ rebar3 sesterl compile\n   ```\n\n   Then, by using `./sesterl.yaml`, Sesterl generates Erlang code in `./_generated`, before `rebar3` compiles the resulting Erlang code.\n\n   You can also compile and run tests by:\n\n   ```console\n   $ rebar3 sesterl test\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfngfn%2Frebar_sesterl_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgfngfn%2Frebar_sesterl_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfngfn%2Frebar_sesterl_plugin/lists"}