Coder Social home page Coder Social logo

scalaz's Introduction

Scalaz is a library written in the Scala Programming Language. One mandate of the library is to depend
only on the core Scala API and the core Java 2 Standard Edition API. The intention of Scalaz is to include general
functions that are not currently available in the core Scala API. Scalaz is released under a BSD open source licence
making it compatible with the licence of the Scala project.

The source code for Scalaz is hosted on GitHub: http://github.com/scalaz/scalaz

Documentation and downloads are on Google Code: http://code.google.com/p/scalaz/

Snapshots and Releases published to the repository on scala-tools.org.

Build Instructions
------------------

The root directory of the project contains the SBT launcher, shell script, and Windows command script.

This is the directory structure of the build.

|- project +
|          |-build +
|          |       |- ScalazProject.scala.   Project Definition, containing module structure, compiler
|          |       |                         options, cross module dependencies, etc.
|          |       |- build.properties       Version of SBT, Scala, and Scalaz.
|          |                                 A different version of Scala is used to run SBT and compile
|          |                                 the Project Definition than is used to compile Scalaz.
|          |-target                          Compiled Project Definition
|          |
|-         +-boot                            Versions of Scala Compiler and Library.
|
|- <mod N> +

           |-src   +
           |       |-main +
           |       |      |-scala            Source files
           |       |
           |       |-test +
           |              |-scala            Test source files
           |
           |-lib_managed                     Managed Dependencies for this module, e.g. Scalacheck.
           |
           |-target +
                    | - <scala version M>    All built artifacts (classes, jars, scaladoc) for module N
                                             built for version M of Scala.

1. ./sbt update (this step is required after a fresh checkout, after changing the version of
                     SBT, Scala, or other dependencies)
2. ./sbt [compile | package | test-compile | test | publish-local | publish]

For continuous compilation of a module:

$ ./sbt
> project scalaz-core
> ~compile

For other options, read: http://code.google.com/p/simple-build-tool/wiki/DocumentationHome

scalaz's People

Contributors

retronym avatar runarorama avatar tonymorris avatar ekmett avatar alexeyr avatar markhibberd avatar derekjw avatar nkpart avatar purefn avatar micrypt avatar

Stargazers

Miguel Negrão avatar

Watchers

Miguel Negrão avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.