{"id":26289126,"url":"https://github.com/kassane/ldcup","last_synced_at":"2026-01-02T13:31:27.025Z","repository":{"id":268769878,"uuid":"905335988","full_name":"kassane/ldcup","owner":"kassane","description":"Download and manage L(D)C2 compiler.","archived":false,"fork":false,"pushed_at":"2025-03-09T16:26:36.000Z","size":56,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-09T16:28:57.808Z","etag":null,"topics":["d","dlang","ldc2","ldc2-toolchain","opendlang","version-manager"],"latest_commit_sha":null,"homepage":"http://ldcup.dub.pm/","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kassane.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":"2024-12-18T16:08:41.000Z","updated_at":"2025-03-09T15:30:32.000Z","dependencies_parsed_at":"2024-12-18T20:32:37.088Z","dependency_job_id":"de422ef7-fced-4548-bee1-d4fb733e27ea","html_url":"https://github.com/kassane/ldcup","commit_stats":null,"previous_names":["kassane/ldcup"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Fldcup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Fldcup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Fldcup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Fldcup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kassane","download_url":"https://codeload.github.com/kassane/ldcup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652670,"owners_count":20325611,"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":["d","dlang","ldc2","ldc2-toolchain","opendlang","version-manager"],"created_at":"2025-03-14T22:17:34.658Z","updated_at":"2026-01-02T13:31:27.020Z","avatar_url":"https://github.com/kassane.png","language":"D","readme":"ldcup\n=====\n\n[![Static Badge](https://img.shields.io/badge/v2.111.0%20(stable)-f8240e?logo=d\u0026logoColor=f8240e\u0026label=runtime)](https://dlang.org/download.html)\n![Latest release](https://img.shields.io/github/v/release/kassane/ldcup?include_prereleases\u0026label=latest)\n[![Artifacts](https://github.com/kassane/ldcup/actions/workflows/ci.yml/badge.svg)](https://github.com/kassane/ldcup/actions/workflows/ci.yml)\n\n\u003cdiv align=\"center\"\u003e\n\n![Image](https://github.com/user-attachments/assets/c4259d2a-630f-414d-9aa6-1fe0c2ba4c23)\n\n\u003c/div\u003e\n\nDownload and manage LDC2 compiler. [D and OpenD]\n\n\u003e [!NOTE]\n\u003e For DMD, see [dlang website - Downloads](https://dlang.org/download).\n\nInspired by [rustup](https://github.com/rust-lang/rustup.rs) and [zigup](https://github.com/marler8997/zigup).\n\n\n### Install\n\n```bash\ncurl -sSf https://raw.githubusercontent.com/kassane/ldcup/main/scripts/install.sh | sh\n```\nor\n```powershell\niwr -useb https://raw.githubusercontent.com/kassane/ldcup/main/scripts/install.ps1 | iex\n```\nor download [precompiled binaries](https://github.com/kassane/ldcup/releases) and extract it.\n\n- Add `ldcup` to your `$PATH`.\n\n### Usage\n\n- Run `ldcup` commands.\n```bash\n$ ldcup install # default latest version\n# or\n$ ldcup install opend-latest # opend-ldc2 compiler latest-CI version\n# or\n$ ldcup install ldc2-beta # latest beta version\n# or\n$ ldcup install ldc2-[master or nightly] # latest-CI version\n# or\n$ ldcup install ldc2-${version}\n# or\n$ ldcup install redub # redub build-system (dub fork) - need ldc2 installed\n$ ldcup list # list installed compilers in default path directory\n$ ldcup list --remote # list all available compiler releases\n$ ldcup uninstall ldc2-${version}\n$ ldcup run -- --version # run ldc2 with --version flag\n\n## Custom path directory\n$ ldcup list --install-dir=custom-path # list installed compilers in custom path directory\n# or set LDC2_ROOTPATH environment variable\n$ LDC2_ROOTPATH=customPath ldcup list # list installed compilers in custom path directory\n```\n\n### Helper\n\n```console\n$ ldcup                                         \nUsage: ldcup [command] [options]\nCommands:\n  install [compiler]   Install a ldc2 compiler (default: ldc2-latest)\n  uninstall [compiler] Uninstall a specific compiler\n  list                 List installed compilers\n  run -- \u003cldc2-flags\u003e  Run a ldc2 compiler with specified flags\n  --install-dir=DIR    Specify the installation directory\n  --platform=PLATFORM  Specify the platform (e.g., linux-x86_64)\n  --verbose, -v        Enable verbose output\n  --remote             List all available compiler releases\n  --help, -h           Show this help message\n```\n\n### License\n\n[Apache-2.0](LICENSE)\n","funding_links":[],"categories":["Version Managers"],"sub_categories":["D"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkassane%2Fldcup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkassane%2Fldcup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkassane%2Fldcup/lists"}