elba 0.3.0

elba is a package manager for Idris
Documentation
1
2
3
4
5
//! Handlers for all of the command-line actions of the binary.

pub mod build;
pub mod new;
pub mod registry;