Skip to content

crystal

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

Package Information

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

Installation

bash
# Install with launchpad
launchpad install crystal

Programs

This package provides the following executable programs:

  • crystal

Available Versions

Show all 21 versions
  • 1.17.1, 1.17.0, 1.16.3, 1.16.2, 1.16.1
  • 1.16.0, 1.15.1, 1.15.0, 1.14.1, 1.14.0
  • 1.13.3, 1.13.2, 1.13.1, 1.13.0, 1.12.2
  • 1.12.1, 1.12.0, 1.11.2, 1.11.1, 1.11.0
  • 1.10.1

Latest Version: 1.17.1

Install Specific Version

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

Dependencies

This package depends on:

  • hboehm.info/gc^8
  • gnu.org/gmp^6
  • libevent.org^2
  • pyyaml.org/libyaml^0
  • llvm.org<17
  • openssl.org^1.1
  • pcre.org/v2^10
  • freedesktop.org/pkg-config^0
  • sourceware.org/libffi^3
  • invisible-island.net/ncurses^6

These packages work well with crystal:

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.crystal

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.