{"id":16679613,"url":"https://github.com/mfelsche/ponyrun","last_synced_at":"2026-03-18T21:24:01.697Z","repository":{"id":143100602,"uuid":"124050112","full_name":"mfelsche/ponyrun","owner":"mfelsche","description":"shebang your pony code","archived":false,"fork":false,"pushed_at":"2019-01-22T14:36:33.000Z","size":2,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T00:39:18.955Z","etag":null,"topics":["pony-language","ponylang"],"latest_commit_sha":null,"homepage":null,"language":"Pony","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mfelsche.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-03-06T08:59:36.000Z","updated_at":"2022-10-14T12:10:37.000Z","dependencies_parsed_at":"2023-03-27T15:33:26.369Z","dependency_job_id":null,"html_url":"https://github.com/mfelsche/ponyrun","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mfelsche/ponyrun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfelsche%2Fponyrun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfelsche%2Fponyrun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfelsche%2Fponyrun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfelsche%2Fponyrun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfelsche","download_url":"https://codeload.github.com/mfelsche/ponyrun/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfelsche%2Fponyrun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29992286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["pony-language","ponylang"],"created_at":"2024-10-12T13:36:24.212Z","updated_at":"2026-03-02T04:01:16.749Z","avatar_url":"https://github.com/mfelsche.png","language":"Pony","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ponyrun\n\nShebang your pony code\n\n## Usage\n\n- Ensure `ponyrun` is on your `PATH`.\n- Write your pony file\n- Put a shebang in it, like this:\n\n```pony\n#!/usr/bin/env ponyrun\n\nactor Main\n  new create(env: Env) =\u003e\n    env.out.print(\"Hello World!\")\n```\n\n- Make the file executable:\n\n```\n$ chmod +x hello.pony\n```\n\n- Make sure that `ponyc` is on your `PATH` or point the `PONYC`\n  environment variable towards ypur ponyc executable.\n- Execute it:\n\n```\n$ ./hello.pony\n```\n\n### Usage with BINFMT_MISC\n\n- Mount binfmt_misc (if it is not already done on your machine):\n\n```\n$ mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc\n```\n\n- Register ponyrun as `.pony` file interpreter\n\n```\n$ echo ':ponylang:E::pony::/path/to/ponyrun:OC' | sudo tee /proc/sys/fs/binfmt_misc/register\n```\n\nNow you can remove the shebang from your `.pony` file and it will be executable nonetheless.\n\n```\n$ ./hello.pony\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfelsche%2Fponyrun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfelsche%2Fponyrun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfelsche%2Fponyrun/lists"}