Skip to content

samskivert/reactual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactual

Reactual is a low-level library that provides signal/slot and functional reactive programming-like primitives. It can serve as the basis for a user interface toolkit, or any other library that has a model on which clients will listen and to which they will react.

Building

The library is built using SBT or Maven.

Invoke sbt publish-local to build and install the library to your local Ivy repository (i.e. ~/.ivy2/local).

Invoke mvn install to build and install the library to your local Maven repository (i.e. ~/.m2/repository).

Artifacts

Reactual is published to Maven Central. To add a Reactual dependency to an SBT or Maven project, add a dependency on com.samskivert:reactual:1.0. Reactual is not published as a cross-compiled artifact; a given Reactual release is built for a particular major Scala release.

  • reactual 1.0 - scala 2.10

If you prefer to download a pre-built binary, that can be found here:

Distribution

Reactual is released under the New BSD License. The most recent version of the library is available at http://github.com/samskivert/reactual

About

Yet another FRP-ish library for Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published