{"id":13435676,"url":"https://github.com/bloom-lang/bud","last_synced_at":"2025-03-18T11:31:56.752Z","repository":{"id":1316527,"uuid":"1261387","full_name":"bloom-lang/bud","owner":"bloom-lang","description":"Prototype Bud runtime (Bloom Under Development)","archived":false,"fork":false,"pushed_at":"2020-09-01T22:53:47.000Z","size":6899,"stargazers_count":858,"open_issues_count":100,"forks_count":60,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-02-28T19:45:46.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bloom-lang.net","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bloom-lang.png","metadata":{"files":{"readme":"README.md","changelog":"History.txt","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":"2011-01-16T21:07:28.000Z","updated_at":"2025-02-28T02:57:06.000Z","dependencies_parsed_at":"2022-07-15T10:19:57.633Z","dependency_job_id":null,"html_url":"https://github.com/bloom-lang/bud","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloom-lang%2Fbud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloom-lang%2Fbud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloom-lang%2Fbud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloom-lang%2Fbud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bloom-lang","download_url":"https://codeload.github.com/bloom-lang/bud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244211121,"owners_count":20416584,"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-07-31T03:00:37.964Z","updated_at":"2025-03-18T11:31:51.742Z","avatar_url":"https://github.com/bloom-lang.png","language":"Ruby","funding_links":[],"categories":["HarmonyOS","Ruby","History"],"sub_categories":["Windows Manager","Languages"],"readme":"[![Build Status](https://travis-ci.org/bloom-lang/bud.svg?branch=v0.9.8)](https://travis-ci.org/bloom-lang/bud)\n# Bud\n\nThis is Bud, a.k.a. \"Bloom Under Development\".  It is an initial cut at a Bloom\nDSL, using Ruby as a setting.\n\nSee LICENSE for licensing information.\n\nLanguage cheatsheet in docs/cheat.md ; see the docs/ directory for other\ndocumentation.\n\nMain deficiencies at this point are:\n\n- No Ruby constraints: Within Bloom programs the full power of Ruby is also\n  available, including mutable state. This allows programmers to get outside the\n  Bloom framework and lose cleanliness.\n\n- Compatibility: Bud only works with Ruby (MRI) 1.8.7 and 1.9. Bud also has\n  experimental support for Ruby 2.0. JRuby and other Ruby implementations are\n  currently not supported.\n\n## Installation\n\nTo install the latest release:\n\n    % gem install bud\n\nTo build and install a new gem from the current development sources:\n\n    % gem build bud.gemspec ; gem install bud*.gem\n\nNote that [GraphViz](http://www.graphviz.org/) must be installed.\n\nSimple example programs can be found in examples. A much larger set of example\nprograms and libraries can be found in the bud-sandbox repository.\n\nTo run the unit tests:\n\n    % gem install minitest      # unless already installed\n    % cd test; ruby ts_bud.rb\n\nTo run the unit tests and produce a code coverage report:\n\n    % gem install simplecov    # unless already installed\n    % cd test; COVERAGE=1 ruby ts_bud.rb\n\n## Optional Dependencies\n\nThe bud gem has a handful of mandatory dependencies. It also has one optional\ndependency: if you wish to use Bud collections backed by Zookeeper, the\n\"zookeeper\" gem must be installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloom-lang%2Fbud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbloom-lang%2Fbud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloom-lang%2Fbud/lists"}