ssh2.cr

(★ 51)

libssh2 binding for Crystal language

File Explorer

  • .ameba.yml
  • .gitignore
  • CLAUDE.md
  • docker-compose.yml
  • LICENSE
  • mise.toml
  • README.md
  • shard.yml

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

brew install

View Details ▼

Install a Homebrew formula or cask.

brew install {{formula|cask}}

Install a formula/cask:

brew install {{[-s|--build-from-source]}} {{formula}}

Build and install a formula from source (dependencies will still be installed from bottles):

brew install {{[-n|--dry-run]}} {{formula|cask}}

Download the manifest, print what would be installed but don't actually install anything:

🔍

mise

View Details ▼

Manage language runtimes like Node.js, Python, Ruby, Go, Java, etc and various tools.

mise plugins list-all

List all available plugins:

mise plugins add {{name}}

Install a plugin:

mise ls-remote {{name}}

List runtime versions available for install:

🔍

shards

View Details ▼

Dependency management tool for the Crystal language.

shards init

Create a skeleton `shard.yml` file:

shards install

Install dependencies from a `shard.yml` file:

shards update

Update all dependencies:

# Project Badges

// repository documentation