Skip to content

shards

Fast and statically typed, compiled language with Ruby-like syntax

Package Information

  • Domain: crystal-lang.org/shards
  • Name: shards
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install shards

Programs

This package provides the following executable programs:

  • shards

Available Versions

Show all 5 versions
  • 0.19.1, 0.19.0, 0.18.0, 0.17.4, 0.17.3

Latest Version: 0.19.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) shards -- $SHELL -i

Dependencies

This package depends on:

  • hboehm.info/gc^8
  • pyyaml.org/libyaml^0
  • crystal-lang.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.shards

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.