nimble
Package manager for the Nim programming language. Manage Nim projects and their dependencies. More information: <https://github.com/nim-lang/nimble>.
Install
- All systems
-
curl cmd.cat/nimble.sh
- Debian
-
apt-get install nim
- Ubuntu
-
apt-get install nim
- Arch Linux
-
pacman -S nimble
- Kali Linux
-
apt-get install nim
- Fedora
-
dnf install nim
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nim
- OS X
-
brew install nim
- Raspbian
-
apt-get install nim
- Dockerfile
- dockerfile.run/nimble
Package manager for the Nim programming language. Manage Nim projects and their dependencies. More information: <https://github.com/nim-lang/nimble>.
-
Search for packages:
nimble search search_string
-
Install a package:
nimble install package
-
List installed packages:
nimble list -i
-
Create a new Nimble package in the current directory:
nimble init
-
Build a Nimble package:
nimble build
-
Install a Nimble package:
nimble install
© tl;dr; authors and contributors