All Projects → elba → Elba

elba / Elba

Licence: mit
A package manager for Idris

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Elba

Paket
A dependency manager for .NET with support for NuGet packages and Git repositories.
Stars: ✭ 1,787 (+932.95%)
Mutual labels:  package-manager
Fdroidserver
F-Droid server and build tools.
Stars: ✭ 156 (-9.83%)
Mutual labels:  package-manager
Ied
📦 Like npm, but faster - an alternative package manager for Node
Stars: ✭ 1,973 (+1040.46%)
Mutual labels:  package-manager
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (-17.34%)
Mutual labels:  package-manager
Sampctl
The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
Stars: ✭ 149 (-13.87%)
Mutual labels:  package-manager
Kasane
A simple kubernetes deployment manager
Stars: ✭ 160 (-7.51%)
Mutual labels:  package-manager
Pacaptr
Pacman-like syntax wrapper for many package managers.
Stars: ✭ 138 (-20.23%)
Mutual labels:  package-manager
Spack
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
Stars: ✭ 2,425 (+1301.73%)
Mutual labels:  package-manager
Tbify
使用淘宝镜像运行命令: tbify [nvm|npm|npx|yarn|pnpm|...]
Stars: ✭ 153 (-11.56%)
Mutual labels:  package-manager
Zef
Raku / Perl6 Module Management
Stars: ✭ 166 (-4.05%)
Mutual labels:  package-manager
Paket.visualstudio
Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
Stars: ✭ 144 (-16.76%)
Mutual labels:  package-manager
Ansible Aur
Ansible module to manage packages from the AUR
Stars: ✭ 149 (-13.87%)
Mutual labels:  package-manager
Xrepo
🗂️ A cross-platform C/C++ package manager based on Xmake
Stars: ✭ 162 (-6.36%)
Mutual labels:  package-manager
Nami
A decentralized binary package manager.
Stars: ✭ 141 (-18.5%)
Mutual labels:  package-manager
Bolt
⚡️ Super-powered JavaScript project management
Stars: ✭ 2,134 (+1133.53%)
Mutual labels:  package-manager
Chromebrew
Package manager for Chrome OS
Stars: ✭ 1,838 (+962.43%)
Mutual labels:  package-manager
Packages
Enhances Composer Satis with webhook integrations to GitHub and GitLab
Stars: ✭ 157 (-9.25%)
Mutual labels:  package-manager
Vcpkg
C++ Library Manager for Windows, Linux, and MacOS
Stars: ✭ 14,449 (+8252.02%)
Mutual labels:  package-manager
Lit
Toolkit for developing, sharing, and running luvit/lua programs and libraries.
Stars: ✭ 167 (-3.47%)
Mutual labels:  package-manager
Pearl
Pearl is a lightweight package manager for automating reproducible environments between different systems (Linux and OSX). It can be used for dotfiles, plugins, programs and any form of code accessible via git.
Stars: ✭ 166 (-4.05%)
Mutual labels:  package-manager

elba

Not-Windows Build Status Windows Build Status

Elba is a modern and (hopefully!) fast package manager for Idris. Supplemental information and alternatives can be found at this blog post.

Installation

There are two options for installing elba:

  1. Download the pre-built binary corresponding to your platform from GitHub Releases and place it in your PATH.
  2. Manually build and install elba yourself using the source code with git clone https://github.com/elba/elba.git && cd elba && cargo install --path ..

To build, elba requires the latest nightly Rust.

Documentation

The elba Guide is intended to be the ultimate source of information on using elba and understanding its functionality.

Documentation for elba-the-Rust-library is hosted at docs.rs/elba.

Contributing

Contributions are welcome; you can create an issue if you have a feature request or a bug report, and you can submit a pull request if you'd like to address a sore spot yourself. If you'd like to implement a large feature, please either leave a comment on an existing issue or create a new issue for that feature.

Discussion happens on the Matrix channels of the elba community; discussion about this command-line utility specifically happen in the relevant channel.

License

elba itself is distributed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].