{"id":22980990,"url":"https://github.com/rubyworks/opendsl","last_synced_at":"2025-04-02T09:42:03.611Z","repository":{"id":826922,"uuid":"542224","full_name":"rubyworks/opendsl","owner":"rubyworks","description":"Simple Open Nomencalture DSL System","archived":false,"fork":false,"pushed_at":"2012-05-27T20:02:52.000Z","size":420,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T02:33:06.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rubyworks.github.com/opendsl","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubyworks.png","metadata":{"files":{"readme":"README.rdoc","changelog":"HISTORY.rdoc","contributing":null,"funding":null,"license":"COPYING.rdoc","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-02T01:48:28.000Z","updated_at":"2014-01-30T08:49:44.000Z","dependencies_parsed_at":"2022-08-16T11:05:06.263Z","dependency_job_id":null,"html_url":"https://github.com/rubyworks/opendsl","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/rubyworks%2Fopendsl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fopendsl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fopendsl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fopendsl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyworks","download_url":"https://codeload.github.com/rubyworks/opendsl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246793012,"owners_count":20834921,"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-12-15T01:46:32.606Z","updated_at":"2025-04-02T09:42:03.567Z","avatar_url":"https://github.com/rubyworks.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= OpenDSL\n\n{Homepage}[http://rubyworks.github.com/opendsl] |\n{Source Code}[http://github.com/rubyworks/opendsl] |\n{Mailing List}[http://groups.google.com/group/rubyworks-mailinglist] |\n{Issue Tracker}[http://github.com/rubyworks/opendsl/issues]\n\n{\u003cimg src=\"http://travis-ci.org/rubyworks/opendsl.png\" /\u003e}[http://travis-ci.org/rubyworks/opendsl]\n\n\n== DESCRIPTION\n\nOpenDSL provides an open nomenclature for writing\ndomain specific instructions. The idea is inline\nwith the idea of duck-typing. You can allow domain\ninstructions to be given up front free of restriction,\nthen applying them later their correctness plays out\nas they are utilized.\n\nThe library is especailly useful for plugins systems.\n\n\n== RELEASE NOTES\n\nPlease see HISTORY.rdoc file.\n\n\n== SYNOPSIS\n\nThere are a few different ways in which this library can be\nput to use, but the basic idea for all of them can be\ndemonstrated simply enough.\n\n   Foo = OpenDSL.new do\n     foo do\n       'foo'\n     end\n   end\n\n   class Something\n     include Foo\n\n     def foobar\n       foo + 'bar'\n     end\n   end\n\nOpenDSL.new creates a subclass of Module. Indeed, this library was\norginally called OpenModule, but the name was changed to focus\non it's utility, rather than it's implementation. Since an OpenDSL\nobject is a module you can use it just like any other module.\n\n\n== HOW TO INSTALL\n\nTo install with RubyGems simply open a console and type:\n\n  gem install opendsl\n\nSite installation requires Setup.rb (gem install setup),\nthen download the tarball package and type:\n\n  tar -xvzf openmodule-1.0.0.tgz\n  cd opendsl-1.0.0.tgz\n  sudo setup.rb all\n\nWindows users use 'ruby setup.rb all'.\n\n\n== COPYRIGHTS\n\nCopyright (c) 2009 Thomas Sawyer\n\nThis program is ditributed unser the terms of the *FreeBSD* license.\n\nSee COPYING.rdoc file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Fopendsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyworks%2Fopendsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Fopendsl/lists"}