Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita093a89

Browse files
authored
Merge pull requestfsharp#787 from kant/patch-1
Minor fixes (proposal)
2 parentsf479737 +8b46c01 commita093a89

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎README.md‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The F# community use this repo and others to publish these components:
1313

1414
* FSharp.Compiler.Tools NuGet package (published from this repo)
1515

16-
* FSharp.Compiler.Service NuGet package (published from[derivative repo](http://github.com/fsharp/FSharp.Compiler.Service))
16+
* FSharp.Compiler.Service NuGet package (published from[derivative repo](https://github.com/fsharp/FSharp.Compiler.Service))
1717

1818
*[Fable](http://fable.io/), the F# compiler for JavaScript, published from its own repo but using FSharp.Compiler.Service NuGet package
1919

@@ -28,7 +28,7 @@ The F# community use this repo and others to publish these components:
2828
* 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
2929

3030

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.
3232

3333
###Contributing to the F# Compiler, Core Library and Tools
3434

@@ -53,7 +53,7 @@ The `master` branch is for F# 4.x. To bootstrap the compiler, binaries built fr
5353

5454
###The``FSharp.Core`` NuGet package
5555

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.
5757
With the informal consent of the F# Software Foundation this package is now published by Microsoft.
5858
* FSharp.Core.dll for .NET Framework/Mono
5959
* FSharp.Core.dll for .NET Core
@@ -63,14 +63,14 @@ The FSharp.Core NuGet package includes all of the FSharp.Core redistributables f
6363

6464
###The``FSharp.Compiler.Tools`` NuGet package
6565

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:
6767
* the F# compiler`fsc.exe`
6868
* F# Interactive`fsi.exe`
6969
* build support,
7070
* a copy of FSharp.Core used to run the tools
7171
* related DLLs.
7272

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
7474
by someone with appropriate permissions.
7575

7676
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:
9999
100100
>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/)
101101
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)
103103
104104
###F# packaging in Mono + macOS
105105

@@ -165,7 +165,7 @@ That build and installs optimized binaries. To make debug, use ```make CONFIG=de
165165

166166
###Building on Windows
167167

168-
Install[.NET 4.5.1](http://www.microsoft.com/en-us/download/details.aspx?id=40779) and[MSBuild 12.0](http://www.microsoft.com/en-us/download/details.aspx?id=40760)
168+
Install[.NET 4.5.1](http://www.microsoft.com/en-us/download/details.aspx?id=40779) and[MSBuild 12.0](https://www.microsoft.com/en-us/download/details.aspx?id=40760)
169169

170170
Build using:
171171

@@ -242,7 +242,7 @@ F# compiler sources as initially dropped are available from [fsharppowerpack.cod
242242
On 4 April 2014, Microsoft Open Tech published the F# compiler sources athttp://visualfsharp.codeplex.com and began
243243
accepting contributions to the F# compiler/library and tools.
244244

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.
246246

247247
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.
248248

@@ -253,5 +253,5 @@ Maintainers
253253

254254
The maintainers of this repository appointed by the F# Core Engineering Group are:
255255

256-
-[Enrico Sada](https://github.com/enricosada),[Don Syme](http://github.com/dsyme)
257-
- 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
256+
-[Enrico Sada](https://github.com/enricosada),[Don Syme](https://github.com/dsyme)
257+
- 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp