Hopac by Housemarque Inc.

<PackageReference Include="Hopac" Version="0.0.0.41" />

 Hopac 0.0.0.41

Inspired by languages like Concurrent ML and Cilk, Hopac is a library for F# with the aim of making it easier to write efficient parallel, asynchronous, concurrent and reactive programs. Hopac is licensed under a MIT-style license. See project website for further information.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Hopac</id>
    <version>0.0.0.41</version>
    <authors>Housemarque Inc.</authors>
    <owners>Housemarque Inc.</owners>
    <licenseUrl>https://github.com/Hopac/Hopac/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/Hopac/Hopac</projectUrl>
    <iconUrl>https://avatars2.githubusercontent.com/u/10173903</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Inspired by languages like Concurrent ML and Cilk, Hopac is a library for F# with the aim of making it easier to write efficient parallel, asynchronous, concurrent and reactive programs. Hopac is licensed under a MIT-style license. See project website for further information.</description>
    <summary>A library for Higher-Order, Parallel, Asynchronous and Concurrent programming in F#.</summary>
    <releaseNotes>Make sure `StaticData` is initialized, fix for #52.
Don't capture context, fix for #53.
Added `Promise.Now.never`.
Optimized anonymous class initialization patterns: small time and space improvement across the board.
Another MissingMethodException workaround.</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>f#, fsharp, parallel, async, concurrent, reactive</tags>
  </metadata>
</package>