Skip to content

mavnn/Hopac

 
 

Repository files navigation

[ Reference ]

Hopac is a Concurrent ML style concurrent programming library for F#.

NuGet version AppVeyor Build status Travis Build Status

Development

Here is a Bash script to get started:

git clone --recursive https://github.com/Hopac/Hopac.git
cd Hopac
./run tests

See the run script for other commands.

Note that auto-restore of dependencies has not been enabled due to it taking so long. If you want to build from an IDE like Visual Studio or Xamarin, you can run

./run restore

to restore dependencies.