{"id":19916828,"url":"https://github.com/srackham/v-rimu","last_synced_at":"2026-02-27T18:09:55.332Z","repository":{"id":141654738,"uuid":"565049299","full_name":"srackham/v-rimu","owner":"srackham","description":"A port of the Rimu Markup language written in the V language.","archived":false,"fork":false,"pushed_at":"2023-12-02T07:24:38.000Z","size":504,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T23:34:27.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"V","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":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":"2022-11-12T07:06:30.000Z","updated_at":"2022-11-12T07:11:02.000Z","dependencies_parsed_at":"2023-12-02T08:36:14.929Z","dependency_job_id":null,"html_url":"https://github.com/srackham/v-rimu","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fv-rimu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fv-rimu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fv-rimu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fv-rimu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srackham","download_url":"https://codeload.github.com/srackham/v-rimu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241347227,"owners_count":19948118,"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-11-12T21:47:44.922Z","updated_at":"2026-02-27T18:09:50.304Z","avatar_url":"https://github.com/srackham.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rimu Markup for V\n\n_v-rimu_ is a port of the [Rimu Markup language](https://github.com/srackham/rimu) written in the [V programming language](https://vlang.io/).\n\n## Features\nFunctionally identical to the [Rimu TypeScript implementation](https://github.com/srackham/rimu) version 11.4.\n\n## Implementation\nThis implementation is a verbatim port of the canonical [TypeScript code](https://github.com/srackham/rimu).\n\n## Learn more\nSee the [Rimu documentation](https://srackham.github.io/rimu/reference.html).\n\n## Installation\nThe following V command installs the Rimu module and its dependencies:\n\n    v install srackham.rimu\n\nExample installation and test workflows for Ubuntu, macOS and Windows can be found in the Github Actions [workflow file](https://github.com/srackham/v-rimu/blob/master/.github/workflows/ci.yml).\n\n## Using the v-rimu library\nExample usage:\n\n``` v\nmodule main\n\nimport srackham.rimu\n\nfn main() {\n\tprintln(rimu.render('*Hello Rimu*!', rimu.RenderOptions{}))\n}\n```\nTo compile and run this simple application:\n\n1. Copy the code above to a file named `hello-rimu.v`\n2. Run it directly:\n\n        v -enable-globals run hello-rimu.v\n\n3. Compile it to an executable and run it:\n\n        v -enable-globals -o hello hello-rimu.v\n        ./hello\n\nSee also the [Rimu API documentation](https://srackham.github.io/rimu/reference.html#api).\n\n\n## Rimu CLI command\nThe V port of the [Rimu CLI command](https://srackham.github.io/rimu/reference.html#rimuc-command) is `rimuv`.\n\nTo build the `rimuv` executable:\n\n    v install srackham.rimu\n    git clone https://github.com/srackham/v-rimu\n    cd v-rimu\n    make build-rimuv\n\nExecute `rimuv`, for example:\n\n    ./bin/rimuv --help\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrackham%2Fv-rimu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrackham%2Fv-rimu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrackham%2Fv-rimu/lists"}