Skip to content

ovatsus/FSharp.Compiler.Service

 
 

Repository files navigation

F# Compiler Service

The F# compiler services package contains a custom build of the F# compiler that 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.

Documentation

For more information about the project, see:

Build Status

Head (branch master), Mono 3.x, OSX + unit tests (Travis) Build Status

Head (branch master), Windows Server 2012 R2 + unit tests (AppVeyor) Build status

NuGet Feed

Stable builds are available in the NuGet Gallery: https://www.nuget.org/packages/FSharp.Compiler.Service

All AppVeyor builds are available using the NuGet feed: https://ci.appveyor.com/nuget/fsgit-fsharp-compiler-service

If using Paket, add the source at the top of paket.dependencies.

source https://www.nuget.org/api/v2
source https://ci.appveyor.com/nuget/fsgit-fsharp-compiler-service

See the build history for a list of available versions: https://ci.appveyor.com/project/fsgit/fsharp-compiler-service/history

Here are some options for specifying the dependency:

nuget FSharp.Compiler.Service
nuget FSharp.Compiler.Service prerelease
nuget FSharp.Compiler.Service 1.3.1.0
nuget FSharp.Compiler.Service 1.3.1.1-b402

Dev Guide

To integrate latest changes from http://github.com/fsharp/fsharp, use

git remote add fsc https://github.com/fsharp/fsharp git pull fsc master

About

F# compiler component exposing additional functionality for editing clients

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • F# 94.7%
  • C# 5.3%