This repository contains the Ceylon SDK.
The module minor.major version aligns with the Ceylon distribution minor.major version that we use to compile/distribute them. The micro version of each module can be incremented as needed between Ceylon distribution releases.
For setting up the development environment and compiling and building the distribution take a look at ceylon-dist.
If after having built the distribution you want to build and test the SDK
return to ceylon-sdk
and run
ant clean publish
To run the tests type
ant test
The content of this repository is released under the ASL v2.0 as provided in the LICENSE file that accompanied this code.
By submitting a "pull request" or otherwise contributing to this repository, you agree to license your contribution under the license mentioned above.