This is the official Homebrew tap for Ossum Inc software.
brew tap ossuminc/tapThe RIDDL compiler - a tool for the Reactive Interface to Domain Definition Language.
brew install ossuminc/tap/riddlcOr after tapping:
brew install riddlc# Check version, license, build date, etc.
riddlc info
# Get help
riddlc help
# Parse a RIDDL file
riddlc parse myfile.riddl
# Validate a RIDDL file
riddlc validate myfile.riddl- macOS Apple Silicon or Linux x86_64: Native binary, no JDK required
- Other platforms: Java 21 (automatically installed via
openjdk@21dependency)
Apache-2.0