movie

Version, currently main branch1 version
  • main branchlatestMay 18, 2026

github.com/mikeoz32/movie-cr

No description declared in shard.yml.

0 stars
1 dependent
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  movie:
    github: mikeoz32/movie-cr
    branch: main

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

Then run:

shards install

shard.yml

Crystal
>= 1.18.2
License
MIT
Author
Mike Oz
Target
  • movie from src/movie.cr

Dependencies

Runtime Dependencies

  • sqlite3~> 0.22.0github: crystal-lang/crystal-sqlite3

README

Movie

A lightweight actor framework for Crystal with typed actors, supervision, remoting, persistence, futures, ask-pattern support, and typed streams.

Features

  • Typed actor system and actor references
  • Supervision and lifecycle hooks
  • Ask pattern and futures
  • Persistence helpers and SQLite-backed stores
  • Remoting support
  • Typed streams

Installation

Add this to your shard.yml:

dependencies:
  movie:
    github: mikeoz32/movie

Usage

require "movie"

Development

Run specs:

crystal spec spec/movie -Dpreview_mt -Dexecution_context