Top 20 NuGet Packages depending on FParsec
Total dependencies: 111
Types and parsers for working with the URI Template specification in RFC 6570
Types and parsers for working with the HTTP State (Cookies) specification in RFC 6265
LSON is intended to be a S-Expression serialization library
A Qvitoo API client
LtlSharp aims at providing model checking feature as a library for easy integration with external tools.
A library for building FParsec parsers using pipeline operators.
A simple utility to create templates in FSharp. You can supply your own keywords and functions that take string parameters and replace text.
A high level language for data transformations and calculations
Package Description
Built-in, generic middlewares for FSharp.Data.GraphQL.Server Executor
Types and parsers for working with the URI specification in RFC 3986
Types and parsers for working with the Language specification in RFC 5646
Core functions, types, and parsers for working with the Arachnid Web type system
Parse excel file with combinator
Lambda calculus implementation using FSharp. The library exposes the classic combinators, boolean algebra, numeral agebra using Church numerals, pairs algebra.
Combinators: S, K, I, M, KI, C, B, Th, B1, V
Boolean: GTrue, GFalse, GAnd, GOr, GBeq
Numerals: G0, G1, G2, GSucc, GPred, GAdd, GSum, GMul, G...
A library for interacting with the proprietary LaundryView APIs and parsing their results.
jack is a beanstalkd (http://kr.github.io/beanstalkd/) client written in F#.
Install:
nuget install jack
Usage:
open jack
let client = Connection.parseAddress "localhost:11300" |> Client.connect
client.useTube "testTube" |> ignore
client.put 1000 0 30 ...