{"id":22218590,"url":"https://github.com/megahertz/fvm","last_synced_at":"2026-01-04T22:09:41.016Z","repository":{"id":54732539,"uuid":"170674701","full_name":"megahertz/fvm","owner":"megahertz","description":"Free Pascal Version Manager: Simple bash script to manage multiple active Free Pascal Compiler versions","archived":false,"fork":false,"pushed_at":"2024-09-11T06:39:23.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T19:05:54.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/megahertz.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}},"created_at":"2019-02-14T10:39:43.000Z","updated_at":"2024-09-11T06:39:26.000Z","dependencies_parsed_at":"2022-08-14T01:10:21.248Z","dependency_job_id":null,"html_url":"https://github.com/megahertz/fvm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/megahertz/fvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Ffvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Ffvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Ffvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Ffvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/megahertz","download_url":"https://codeload.github.com/megahertz/fvm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Ffvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013968,"owners_count":26085429,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2024-12-02T22:27:13.955Z","updated_at":"2025-10-13T06:31:38.253Z","avatar_url":"https://github.com/megahertz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Free Pascal Version Manager\n\nSimple bash script to manage multiple active Free Pascal Compiler versions\n\n## Install\n\n### Using curl \n\n`curl https://raw.githubusercontent.com/megahertz/fvm/master/install.sh | bash`\n\n### Manual\n\n1. Download\n  [fvm script](https://raw.githubusercontent.com/megahertz/fvm/master/fvm)\n\n2. Set exec flag `chmod +x fvm`\n\n3. (Optional) `./fvm install-fvm` installs fvm and makes alias for you shell\n\n``\n\n## Usage\n\n### Install FPC\n\nSyntax\n\n`fvm install [branch or tag[@revision]]`\n\nInstall the latest stable version\n\n`fvm install`\n\nInstall the latest trunk version\n\n`fvm install trunk`\n\nInstall the specific revision\n\n`fvm install trunk@39496`\n\n### Set active version\n\nShow installed versions\n\n`fvm ls`\n\nSet active version (you can specify a full version, or the first part)\n\n`fvm use 3.1`\n\n### Make symlink\n\n`fvm use` just sets shell alias for FPC. In some situations (e.g. Makefile) you want to have symlink to FPC instead of alias. To make symlink run:\n\n`sudo ln -s \"$(./fvm which)\" /usr/local/bin/fpc`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegahertz%2Ffvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegahertz%2Ffvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegahertz%2Ffvm/lists"}