rcl

Version, currently release branch1 version
  • release branchlatestMay 12, 2026

github.com/cogniframework/rcl.cr

RCL (Ruby-like Configuration Language) parser

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  rcl:
    github: cogniframework/rcl.cr
    branch: release

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

Then run:

shards install

shard.yml

Crystal
>= 1.0.0
License
MIT
Author
Your Name

Dependencies

This version declares no dependencies.

README

rcl-crystal

Crystal implementation for RCL native implementation.

Core entrypoint: require "rcl/core" then use RCL::Core.parse + RCL::Core.to_object with AST/types from RCL.

Extended/backward-compatible entrypoint: require "rcl" keeps RCL.format, RCL.to_yaml, RCL.to_toml, RCL.to_hcl.