octa

Version, currently dev branch1 version
  • dev branchlatestFeb 10, 2026

github.com/initdc/octa

A source to source transpiler, ship crystal to all ruby supported platform https://github.com/copilot/spaces/initdc/1 https://github.com/copilot/spaces/initdc/2

0 stars
0 dependents
License: MPL-2.0

Installation

# Add this to your shard.yml
dependencies:
  octa:
    github: initdc/octa
    branch: dev

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

Then run:

shards install

shard.yml

Crystal
~> 1.17
License
MPL-2.0
Author
initdc
Target
  • octa from src/octa.cr

Dependencies

This version declares no dependencies.

README

octa

A source to source transpiler, ship crystal to all ruby supported platform

Installation

TODO: Write installation instructions here

Usage

octa lex some.cr
octa cr-rb src/

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/initdc/octa/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • initdc - creator and maintainer