You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
*[Fable](http://fable.io/), the F# compiler for JavaScript, published from its own repo but using FSharp.Compiler.Service NuGet package
19
19
@@ -28,7 +28,7 @@ The F# community use this repo and others to publish these components:
28
28
* other packagings such as: the[F# support in Jupyter Notebooks - iFSharp](https://github.com/fsprojects/IfSharp); the F# support in Azure Functions; and[WebSharper](https://github.com/intellifactory/websharper) all using the FSharp.Compiler.Service NuGet package
29
29
30
30
31
-
See notes below for most of these. Because the core logic of F# is made available as[a library component](http://github.com/fsharp/FSharp.Compiler.Service), an unlimited number of other packagings of F# are possible. Please contribute additional notes to this README.md if you are packaging F# for other settings.
31
+
See notes below for most of these. Because the core logic of F# is made available as[a library component](https://github.com/fsharp/FSharp.Compiler.Service), an unlimited number of other packagings of F# are possible. Please contribute additional notes to this`README.md` if you are packaging F# for other settings.
32
32
33
33
###Contributing to the F# Compiler, Core Library and Tools
34
34
@@ -53,7 +53,7 @@ The `master` branch is for F# 4.x. To bootstrap the compiler, binaries built fr
53
53
54
54
###The``FSharp.Core`` NuGet package
55
55
56
-
[The FSharp.Core NuGet package](http://www.nuget.org/packages/FSharp.Core) was previously published from this repo.
56
+
[The FSharp.Core NuGet package](https://www.nuget.org/packages/FSharp.Core) was previously published from this repo.
57
57
With the informal consent of the F# Software Foundation this package is now published by Microsoft.
58
58
* FSharp.Core.dll for .NET Framework/Mono
59
59
* FSharp.Core.dll for .NET Core
@@ -63,14 +63,14 @@ The FSharp.Core NuGet package includes all of the FSharp.Core redistributables f
63
63
64
64
###The``FSharp.Compiler.Tools`` NuGet package
65
65
66
-
This repo is currently used to make[the FSharp.Compiler.Tools NuGet package](http://www.nuget.org/packages/FSharp.Compiler.Tools). This package includes the following for both .NET Core and .NET Framework/Mono:
66
+
This repo is currently used to make[the FSharp.Compiler.Tools NuGet package](https://www.nuget.org/packages/FSharp.Compiler.Tools). This package includes the following for both .NET Core and .NET Framework/Mono:
67
67
* the F# compiler`fsc.exe`
68
68
* F# Interactive`fsi.exe`
69
69
* build support,
70
70
* a copy of FSharp.Core used to run the tools
71
71
* related DLLs.
72
72
73
-
The NuGet packages are exactly the ones produced by AppVeyor CI, e.g.[for version 4.1.2](https://ci.appveyor.com/project/fsgit/fsharp/build/4.1.2/artifacts). They are pushed tohttp://nuget.org
73
+
The NuGet packages are exactly the ones produced by AppVeyor CI, e.g.[for version 4.1.2](https://ci.appveyor.com/project/fsgit/fsharp/build/4.1.2/artifacts). They are pushed tohttps://nuget.org
74
74
by someone with appropriate permissions.
75
75
76
76
The``FSharp.Compiler.Tools`` NuGet package can be used if you wish to use the latest F# compiler on a computer without relying on the installed version of Visual Studio.
@@ -99,7 +99,7 @@ Jo Shields (@directhex) has done much of this work and says:
99
99
100
100
>Linux package delivery is (now) based on packages built on our public Jenkins instance, and published automatically as a post-build step, based on two inputs - a Git repository in standard Debian git packaging format (whichhttps://github.com/mono/linux-packaging-fsharp already is), and a tarball to consider as the canonical source of the next release (giving the same tarball in subsequent builds is how you indicate packaging-only changes such as alterations to metadata in debian/)
101
101
102
-
>Alexander Köplingerhas admin access to Jenkins, SSH access to the Jenkins and repository servers, and has taken care of things for me in my absence in the past (but isn't a Debian packaging expert, so would be trusting that metadata changes are solid)
102
+
>Alexander Köplinger has admin access to Jenkins, SSH access to the Jenkins and repository servers, and has taken care of things for me in my absence in the past (but isn't a Debian packaging expert, so would be trusting that metadata changes are solid)
103
103
104
104
###F# packaging in Mono + macOS
105
105
@@ -165,7 +165,7 @@ That build and installs optimized binaries. To make debug, use ```make CONFIG=de
@@ -242,7 +242,7 @@ F# compiler sources as initially dropped are available from [fsharppowerpack.cod
242
242
On 4 April 2014, Microsoft Open Tech published the F# compiler sources athttp://visualfsharp.codeplex.com and began
243
243
accepting contributions to the F# compiler/library and tools.
244
244
245
-
In 2016 the Microsofthttp://visualfsharp.codeplex.com repo moved to GitHub athttp://github.com/Microsoft/visualfsharp.
245
+
In 2016 the Microsofthttp://visualfsharp.codeplex.com repo moved to GitHub athttps://github.com/Microsoft/visualfsharp.
246
246
247
247
This repository uses bootstrapping libraries, tools and F# compiler. The`lib/bootstrap/X.0` directories contain mono-built libraries, compiler and tools that can be used to bootstrap a build. You can also supply your own via the`--with-bootstrap` option.
248
248
@@ -253,5 +253,5 @@ Maintainers
253
253
254
254
The maintainers of this repository appointed by the F# Core Engineering Group are:
- with help and guidance from[Tomas Petricek](http://github.com/tpetricek),[Robin Neatherway](https://github.com/rneatherway),[Cameron Taggart](http://github.com/ctaggart),[Dave Thomas](http://github.com/7sharp9),[Jo Shields](http://github.com/directhex),[Kevin Ransom](http://github.com/KevinRansom) and[Henrik Feldt](http://github.com/haf) and many others
- with help and guidance from[Tomas Petricek](https://github.com/tpetricek),[Robin Neatherway](https://github.com/rneatherway),[Cameron Taggart](https://github.com/ctaggart),[Dave Thomas](https://github.com/7sharp9),[Jo Shields](https://github.com/directhex),[Kevin Ransom](https://github.com/KevinRansom) and[Henrik Feldt](https://github.com/haf) and many others