Akkling.DistributedData by Bartosz Sypytkowski

<PackageReference Include="Akkling.DistributedData" Version="0.6.0" />

 Akkling.DistributedData 0.6.0

Library used for working with Akka.NET using F# in type safe manner with functional principles in mind

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Akkling.DistributedData</id>
    <version>0.6</version>
    <title>Akkling.DistributedData</title>
    <authors>Bartosz Sypytkowski</authors>
    <licenseUrl>http://github.com/Horusiath/Akkling/blob/master/LICENSE</licenseUrl>
    <projectUrl>http://github.com/Horusiath/Akkling</projectUrl>
    <description>Library used for working with Akka.NET using F# in type safe manner with functional principles in mind</description>
    <summary>F# wrapper library for Akka.NET with geo-replicated distributed data support (CRDT)</summary>
    <releaseNotes>Updated dependencies to match Akka.NET v1.2
Updated features for Akka.Streams</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>akka.net fsharp crdt replication geo</tags>
    <dependencies>
      <dependency id="Akka" version="1.2.0" />
      <dependency id="Akka.Cluster" version="1.2.0" />
      <dependency id="Akka.DistributedData" version="1.2.0-prerelease" />
      <dependency id="Akkling" version="0.6.0" />
    </dependencies>
  </metadata>
</package>