corral
brew install corral
v0.9.2
BSD-2-Clause
Dependency manager for the Pony language
3
30-day installs · #12235
16
90-day · #10459
81
365-day · #9733
207
★ GitHub stars · updated 2mo ago
Runtime dependencies
GitHub topics
dependency-manager
deps
pony-language
ponylang
Links
- https://github.com/ponylang/corral
- GitHub: ponylang/corral
- Brew formula source: Formula/c/corral.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"ponyc"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Dependency manager for the Pony language",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:37+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "corral",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-15T01:22:09Z",
"github_readme_excerpt": "# Corral\n\n[Pony](https://ponylang.io) dependency manager\n\n## Status\n\nCorral is beta level software.\n\n## About Corral\n\nCorral is a dependency management tool for [Pony](https://www.ponylang.io). Corral:\n\n* Provides extensibility for VCS and Commands.\n* Supports semver version constraints on dependencies.\n* Supports transitive dependencies.\n* Supports revision locking on dependencies using a lock.json file.\n* Uses a distinct shared VCS repo pool from per-project dependency workspace tree.\n* Uses the Pony process package for running external tools like Git and ponyc.\n\n### Design\n\nSee [Corral Design](doc/design.md) for more details about the design of Corral. Ongoing questions and notes for future work can be found in [Questions / Notes](doc/questions_notes.md)\n\n### Background\n\nCheck out [Pony Package Dependency Management](doc/package_dependency_management.md) for a discussion of the research and requirements work behind Corral.\n\n## Installation\n\nPre-built binaries of Corral are available for Linux, MacOS, and Windows. To install on any of these platforms, use [ponyup](https://github.com/ponylang/ponyup). For any other platform, you\u0027ll need to be build from source.\n\nThe following command is assuming that `ponyup`, our toolchain multiplexer, is already installed on your machine and is locatable by the name `ponyup`. If you don\u0027t have ponyup installed, please follow the [ponyup installation instructions](https://github.com/ponylang/ponyup#installing-ponyup).\n\n```bash\nponyup update corral release\n```\n\n## Building From Source\n\nSee [BUILD.md](BUILD.md)\n\n## Getting started using Corral\n\nAfter installation, add Corral\u0027s current path to $PATH environment variable if you haven\u0027t already and follow these steps to create your first project using Corral.\n\n### Create a project\n\nMake an empty folder and switch to this directory. This will be our example project to use Corral\n\n```bash\nmkdir myproject\ncd myproject\n```\n\n### Initialize Corral\n\nIt will create `corral.json` and `lock.json",
"github_repo": "ponylang/corral",
"github_stars": 207,
"github_topics": [
"dependency-manager",
"deps",
"pony-language",
"ponylang"
],
"homepage": "https://github.com/ponylang/corral",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 3,
"installs_365d": 81,
"installs_90d": 16,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSD-2-Clause",
"llm_generated_at": null,
"llm_model": null,
"name": "corral",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 12235,
"rank_365d": 9733,
"rank_90d": 10459,
"raw_hash": "25ab4833294b0f74",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/c/corral.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.9.2",
"versioned_formulae": [],
"why_use_this": null
}