{"id":19916831,"url":"https://github.com/srackham/rimu-dart","last_synced_at":"2026-04-17T01:02:42.185Z","repository":{"id":47025529,"uuid":"228282082","full_name":"srackham/rimu-dart","owner":"srackham","description":"A port of the Rimu Markup language written in the Dart language.","archived":false,"fork":false,"pushed_at":"2022-11-17T22:48:04.000Z","size":384,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T00:14:39.901Z","etag":null,"topics":["asciidoc","dart","markdown","rimu"],"latest_commit_sha":null,"homepage":"https://srackham.github.io/rimu","language":"Dart","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/srackham.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-12-16T01:55:48.000Z","updated_at":"2023-05-30T08:22:48.000Z","dependencies_parsed_at":"2023-01-23T09:15:45.417Z","dependency_job_id":null,"html_url":"https://github.com/srackham/rimu-dart","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/srackham/rimu-dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Frimu-dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Frimu-dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Frimu-dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Frimu-dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srackham","download_url":"https://codeload.github.com/srackham/rimu-dart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Frimu-dart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266187218,"owners_count":23889936,"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":["asciidoc","dart","markdown","rimu"],"created_at":"2024-11-12T21:47:45.432Z","updated_at":"2026-04-17T01:02:33.094Z","avatar_url":"https://github.com/srackham.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"A port of the [Rimu Markup language](https://srackham.github.io/rimu/) written in the Dart\nlanguage.\n\n\n## Features\nFunctionally identical to the [TypeScript\nimplementation](https://github.com/srackham/rimu) version 11.4.x.\n\n\n## Using the Rimu package\nThe Rimu Dart package is hosted at [pub.dev](https://pub.dev/packages/rimu).\nExample usage:\n\n``` dart\nimport 'package:rimu/rimu.dart';\n\nmain(List\u003cString\u003e arguments) {\n  print(render('Hello *Rimu*!'));\n}\n```\n\nSee also Rimu [API documentation](https://srackham.github.io/rimu/reference.html#api).\n\n\n## CLI command\nThe Dart port of the [Rimu CLI\ncommand](https://srackham.github.io/rimu/reference.html#rimuc-command) can be\nrun as a script, for example:\n\n    dart ./bin/rimuc.dart --version\n\nOr compiled to a native executable, for example:\n\n    dart compile exe ./bin/rimuc.dart -o ~/local/bin/rimudart\n\n\n## Building\n1. Clone source repo from Github:\n\n        git clone git@github.com:srackham/rimu-dart.git\n\n2. Build and test:\n\n        cd rimu-dart/\n        dart pub get\n        make\n\n\n## Learn more\nRead the [documentation](https://srackham.github.io/rimu/reference.html) and experiment\nwith Rimu in the [Rimu\nPlayground](http://srackham.github.io/rimu/rimuplayground.html).\n\n\n## Implementation\n- The largely one-to-one correspondence between the canonical\n  [TypeScript code](https://github.com/srackham/rimu) and the Dart code\n  eased porting and debugging.  This will also make it easier to\n  cross-port new features and bug-fixes.\n\n- All Rimu implementations share the same JSON driven test suites\n  comprising over 300 compatibility checks.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrackham%2Frimu-dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrackham%2Frimu-dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrackham%2Frimu-dart/lists"}