{"id":15056340,"url":"https://github.com/mpope9/krarup","last_synced_at":"2025-04-10T04:07:42.249Z","repository":{"id":227519623,"uuid":"771659413","full_name":"mpope9/krarup","owner":"mpope9","description":"The krarup language, a dialect of Erlang.","archived":false,"fork":false,"pushed_at":"2024-05-30T23:50:01.000Z","size":146,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-10T04:07:37.185Z","etag":null,"topics":["erlang"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpope9.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-13T17:53:46.000Z","updated_at":"2024-06-03T14:29:09.000Z","dependencies_parsed_at":"2024-05-30T23:08:18.720Z","dependency_job_id":"f3bdfade-7e65-42db-ac97-05d0783b04db","html_url":"https://github.com/mpope9/krarup","commit_stats":null,"previous_names":["mpope9/krarup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpope9%2Fkrarup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpope9%2Fkrarup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpope9%2Fkrarup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpope9%2Fkrarup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpope9","download_url":"https://codeload.github.com/mpope9/krarup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154986,"owners_count":21056543,"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"],"created_at":"2024-09-24T21:50:01.336Z","updated_at":"2025-04-10T04:07:42.229Z","avatar_url":"https://github.com/mpope9.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"krarup\n=====\n\nkrarup is an Erlang dialect for composing concurrent data processing flows.\n\nFor more details [see the primer](https://github.com/mpope9/krarup/blob/main/primer.md).\nFor examples, see [examples/](examples/).\n\nCurrently based on Erlang 27.\n\nInstall\n-------\n```erlang\n% rebar.config\n\n{plugins, [{krarup, {git, \"https://github.com/mpope9/krarup/\", {branch, \"main\"}}}]}.\n```\n\nThis will search for `.krp` files in the `src/` directory.\n\nExample\n-------\n```erlang\n% src/krarup_example.krp\n\n-module(krarup_example).\n\nasync sum(List) -\u003e\n    lists:sum(List).\n\nmain() -\u003e\n    await linked sum([1, 2, 3]).\n```\n\nBuild\n-----\n\n    $ rebar3 compile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpope9%2Fkrarup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpope9%2Fkrarup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpope9%2Fkrarup/lists"}