0.0
No commit activity in last 3 years
No release in over 3 years
Crossbuild MRuby apps to multiple targets
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.10
>= 0

Runtime

~> 10.0
 Project Readme

Loica framework build toolchain

Gem Version Build Status Dependency Status Code Quality Test Coverage Inline docs

Crossbuild MRuby apps to multiple targets.

Status: Experimental

Right now this is an experimental work so it's API is very likely to change.

The end goal is to eventually be able to develop multiplatform applications in MRuby with a simple build toolchain and a consistent API fostering code reuse.

Concepts:

These are some basic concepts behind this build tool:

  • Application: The global project composed of at least one target
  • Target: MRuby crossbuild targeting a specific platform
  • Fragment: MRuby gem grouping a fragment of the application shared by one or more targets
  • Platform: MRuby toolchain setup for a specific application platform (like the iOS, Android or Web application platforms)

Inspirations:

This project builds upon the work of these other projects:

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/loicarb/loica-build/issues.