is our flagship build system. It is a build system designed expressly for Erlang OTP projects and unsurprisingly enough it is a %100 OTP project itself. Sinan, among other things will; compile and build your OTP project (apps and release), build your source code documentation, run dialyzer across all of the code in the project, run your eunit tests, output reports and manage all application dependencies.
Want to build your entire OTP project and download all the latest versions of your dependencies? Type 'sinan' in your project directory! Want to build all the edoc across your project? Type 'sinan doc'! How about build a release artifacts - 'sinan release'.
Sinan is now distributed via faxien. Install faxien from http://code.google.com/p/faxien/downloads/list then just do a faxien install-release sinan and it should 'do the right thing'
Sinan is an Erlware project
Note that source code is not stored here in svn
Our source is kept in our GIT powered repo's. See erlware.org for more detail.