Top 20 NuGet f# Packages

compares string in a human friendly way. eg. '3abc' is smaller than '10abc'
F# interactive API exposed via a lightweight HTTP server. The project makes the service available as a stand-alone process that can be started and called via HTTP requests. It follows the same style as FsAutoComplete.
A F# interactive charting library using plotly.js
The console of FSharpApiSearch.
SLGeneratorLib contains core interfaces and models to be used with the SLGenerator extension. This alows for code to be dynamically compiled and ran inside of an extension.
F# Xml Type Provider based on Xml Schema
ZeroFormatter extensions for F#
An automatic query optimizer for LINQ to Objects and PLINQ. LinqOptimizer compiles declarative LINQ queries into fast loop-based imperative code. The compiled code has fewer virtual calls, better data locality and speedups of up to 15x.
Chessie.Hopac does the thing!
Davenport is a CouchDB client for simplifying common tasks like get, list, create, update and delete. This package implements all of the functions from the original C# package, making it much more friendly to the functional programming style of F#.
Map F# to TypeScript to allow safe interoperability
Description not set
s2client-dotnet - Starcraft 2 Client API for .NET - similar to https://github.com/Blizzard/s2client-api
A library for purely functional IO in .NET, implementing a Haskell-like IO monad.
Official MongoDB.Bson package contains no preconfigured serializers supporting typical F# types. This package tries to close the gap
A collection of libraries for building web and mobile applications. Leverages FunScript for seamless full-stack development in F#. Adheres to Google's standard for ajax=crawling.
Unidirectional Framework for XAML Platforms built on top of Gjallarhorn
DLR-based late-bound P/Invoke for F#
This is a library for F# developers; it contains two F# type providers. The FSharp.DependentTypes.Strings namespace provides types for representing dependent strings, for example strings that must be within a particular range of lengths (BoundedString). The FSharp.DependentTypes.Numbers namespace pr...