The F# Compiler Services package For F# 5.0 exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications....
More information
FParsec is a parser combinator library for F#.
You can find comprehensive documentation for FParsec at http://www.quanttec.com/fparsec. The documentation includes a feature list, a tutorial, a user’s guide and an API reference.
This package uses the basic “low-trust” configuration of FParsec,...
More information
The FSharp.Data library (FSharp.Data.dll) contains type providers and utilities to access
common data formats in your F# applications and scripts. It contains F# type providers for working with
structured file formats (CSV, HTML, JSON and XML) and helpers for parsing CSV, HTML and JSON files and...
More information
FsPickler is a serialization library that facilitates the distribution of .NET objects.
The implementation focuses on performance and completeness in supported types, including F# types.
It supports multiple, pluggable serialization formats including Binary, Xml, JSON and BSON.
The library is based...
More information
FSharp.Compiler.Tools for F# 4.5
FSharp.Compiler.Tools built by F# Software Foundation
This package includes the F# compiler (fsc.exe), F# Interactive (fsi.exe, fsiAnyCpu.exe)
and the MSBuild component (FSharp.Build.dll).
NOTE: the compiler executes with .NET Framework...
More information