Top 20 NuGet F# Packages

F# SDK for qiniu cloud storage
A F#-friendly tiny wrapper for EPPlus lib.
A short and sweet REST client
Includes Mersenne twister random number generator, common probability distributions, statistics and quantiles, kernel density estimator, Metropolis-Hastings MCMC sampler.
Tiny Logging library that we use in many projects; helper functions for NLog
Small collection of useful functions about .Net data
A super simple JSON library with all the functional goodness of F#
A ScriptCs script engine for F#.
FSharp scraping tools
A small library for compiling code quotations using the F# compiler service. Its primary functionality is transforming quotation trees to untyped ASTs used by the F# compiler. Since code is generated using the F# compiler proper, the end result is fully efficient and optimized.
EntityFramework 7 DbContext scaffold for F#.
F# Enterprise Library collection
Painless, strongly-typed xUnit testing in F#
Unidirectional Framework for XAML Platforms built on top of Gjallarhorn
Adds config for using Rezoom.SQL.Provider with PostgreSQL.
Extensions to make MvvmCross bindings more F#-ish
F# bindings and type providers for the Control Plane Services API.
Wrapper for BluePrint.Core for Fable Elmish
The core library of the Rosetta project
A .NET library made in F# to do encryption and decryptions of text with caesar cipher. Create an instance of the class/module `CaesarCipher`, and start by using the functions `Encrypt(message:string, key:int)` and `Decrypt(message:string, key:int)`.