hello_world

Version, currently master branch1 version
  • master branchlatestOct 11, 2016

github.com/barisesen/crystal-hello

No description declared in shard.yml.

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  hello_world:
    github: barisesen/crystal-hello
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Barış Esen

Dependencies

Runtime Dependencies

  • kemal*github: sdogruyol/kemal, branch: master

README

hello_world

Crystal-lang examples.

Installation crystal-lang

curl https://dist.crystal-lang.org/apt/setup.sh | sudo bash
sudo apt-get install crystal

Dependencies on Ubuntu

sudo apt-get install \
  libbsd-dev \
  libedit-dev \
  libevent-core-2.0-5 \
  libevent-dev \
  libevent-extra-2.0-5 \
  libevent-openssl-2.0-5 \
  libevent-pthreads-2.0-5 \
  libgmp-dev \
  libgmpxx4ldbl \
  libssl-dev \
  libxml2-dev \
  libyaml-dev \
  libreadline-dev

Usage

crystal src/hello_world.cr

Kemal Framework example :

crystal src/kemal/hello.cr

Contributors

  • barisesen Barış Esen - creator, maintainer