{"id":18026787,"url":"https://github.com/yegor256/damsi","last_synced_at":"2025-03-27T01:31:25.325Z","repository":{"id":187707837,"uuid":"671317379","full_name":"yegor256/damsi","owner":"yegor256","description":"Dataflow Machine Simulator","archived":false,"fork":false,"pushed_at":"2024-10-15T12:40:01.000Z","size":125,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T09:07:22.816Z","etag":null,"topics":["dataflow-machine","dataflow-programming","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/yegor256.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-07-27T03:45:40.000Z","updated_at":"2024-09-16T10:56:21.000Z","dependencies_parsed_at":"2023-08-11T21:15:11.671Z","dependency_job_id":"9b4765b3-2193-44e8-9e08-515c94969ec4","html_url":"https://github.com/yegor256/damsi","commit_stats":null,"previous_names":["yegor256/damsi"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fdamsi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fdamsi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fdamsi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fdamsi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yegor256","download_url":"https://codeload.github.com/yegor256/damsi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245458652,"owners_count":20618695,"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":["dataflow-machine","dataflow-programming","ruby"],"created_at":"2024-10-30T08:08:03.024Z","updated_at":"2025-03-27T01:31:23.282Z","avatar_url":"https://github.com/yegor256.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/damsi)](http://www.rultor.com/p/yegor256/damsi)\n[![We recommend RubyMine](https://www.elegantobjects.org/rubymine.svg)](https://www.jetbrains.com/ruby/)\n\n[![rake](https://github.com/yegor256/damsi/actions/workflows/rake.yml/badge.svg)](https://github.com/yegor256/damsi/actions/workflows/rake.yml)\n[![PDD status](http://www.0pdd.com/svg?name=yegor256/damsi)](http://www.0pdd.com/p?name=yegor256/damsi)\n[![Hits-of-Code](https://hitsofcode.com/github/yegor256/damsi)](https://hitsofcode.com/view/github/yegor256/damsi)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/damsi/blob/master/LICENSE.txt)\n\nIt's a simulator of a dataflow machine.\n\nFirst, you define a dataflow graph and save it to `test.dfg`:\n\n```\nrecv :start do\n  send :sum, :a, 10\n  send :sum, :b, 15\nend\nrecv :sum do |a, b|\n  send :mul, :x, (a+b)\nend\nrecv :mul do |x|\n  send :stop, :x, x\nend\n```\n\nThis is a Ruby dialect.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Fdamsi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyegor256%2Fdamsi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Fdamsi/lists"}