{"id":31419409,"url":"https://github.com/compiler-explorer/ce-library-wizard","last_synced_at":"2025-09-29T22:59:07.341Z","repository":{"id":302651557,"uuid":"989877602","full_name":"compiler-explorer/ce-library-wizard","owner":"compiler-explorer","description":"A CLI tool that automates the process of adding libraries to Compiler Explorer.","archived":false,"fork":false,"pushed_at":"2025-08-16T13:48:09.000Z","size":135,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T09:10:06.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/compiler-explorer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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,"zenodo":null}},"created_at":"2025-05-25T02:52:26.000Z","updated_at":"2025-09-14T19:07:52.000Z","dependencies_parsed_at":"2025-07-03T14:55:37.782Z","dependency_job_id":null,"html_url":"https://github.com/compiler-explorer/ce-library-wizard","commit_stats":null,"previous_names":["compiler-explorer/ce-library-wizard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/compiler-explorer/ce-library-wizard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compiler-explorer%2Fce-library-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compiler-explorer%2Fce-library-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compiler-explorer%2Fce-library-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compiler-explorer%2Fce-library-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compiler-explorer","download_url":"https://codeload.github.com/compiler-explorer/ce-library-wizard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compiler-explorer%2Fce-library-wizard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277601100,"owners_count":25845629,"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-09-29T02:00:09.175Z","response_time":84,"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":"2025-09-29T22:59:03.040Z","updated_at":"2025-09-29T22:59:07.336Z","avatar_url":"https://github.com/compiler-explorer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CE Library Wizard\n\nA CLI tool that automates the process of adding libraries to [Compiler Explorer](https://compiler-explorer.com/).\n\n## Quick Start\n\n```bash\n# Clone and run\ngit clone https://github.com/compiler-explorer/ce-library-wizard.git\ncd ce-library-wizard\n./run.sh\n```\n\nSee the [Quick Start Guide](docs/quick-start.md) for more examples.\n\n## Features\n\n- 🚀 Interactive CLI for adding libraries to Compiler Explorer\n- 🦀 **Rust** - Fully automated with crate support + bulk top 100 crates\n- ⚔️ **C** - Shared/static library support  \n- ⚡ **C++** - Smart library type detection\n- 🔧 **Fortran** - FPM package integration\n- 🔢 **Multi-version** - Add multiple versions in one command\n- 🔐 Multiple authentication methods\n- 🍴 Automatic GitHub fork management\n- 📝 Preview changes before committing\n\n## Prerequisites\n\n- **Python 3.12+**\n- **Git** - [Installation guide](https://git-scm.com/downloads)\n- **GitHub CLI** (recommended) - [Installation guide](https://cli.github.com/)\n- **Make**\n\nSet up GitHub CLI:\n```bash\ngh auth login\n```\n\n## Basic Usage\n\n```bash\n# Interactive mode\n./run.sh\n\n# Add a Rust library\n./run.sh --lang=rust --lib=serde --ver=1.0.195\n\n# Add a C++ library with automatic type detection\n./run.sh --lang=cpp --lib=https://github.com/fmtlib/fmt --ver=10.2.1\n\n# Add a header-only C++ library\n./run.sh --lang=cpp --lib=https://github.com/bobluppes/graaf --ver=v1.1.1 --type=header-only\n\n# Preview changes first\n./run.sh --verify --lang=rust --lib=tokio --ver=1.35.0\n```\n\n## Documentation\n\n- 📚 [Quick Start Guide](docs/quick-start.md) - Get started in minutes\n- 🔧 [Language Support](docs/languages.md) - Language-specific details\n- ❓ [Troubleshooting](docs/troubleshooting.md) - Common issues and solutions\n- 🏗️ [Architecture](docs/architecture.md) - How it works internally\n- 🚀 [Advanced Usage](docs/advanced-usage.md) - Automation and customization\n- 🤝 [Contributing](docs/contributing.md) - Development guide\n\n## How it Works\n\nCE Library Wizard automates the complex process of adding libraries to Compiler Explorer by:\n\n1. Managing GitHub forks and branches automatically\n2. Running language-specific `ce_install` commands\n3. Updating configuration files in both required repositories\n4. Creating linked pull requests\n\nSee [Architecture Documentation](docs/architecture.md) for details.\n\n## Contributing\n\nContributions are welcome! See our [Contributing Guide](docs/contributing.md).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompiler-explorer%2Fce-library-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompiler-explorer%2Fce-library-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompiler-explorer%2Fce-library-wizard/lists"}