-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathWebSharper.paket.template
34 lines (34 loc) · 1.83 KB
/
WebSharper.paket.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
type file
id WebSharper
authors IntelliFactory
projectUrl https://websharper.com/
repositoryType git
repositoryUrl https://github.com/dotnet-websharper/core/
licenseUrl https://github.com/dotnet-websharper/core/blob/master/LICENSE.md
iconUrl https://github.com/dotnet-websharper/core/raw/websharper50/tools/WebSharper.png
description
.NET-to-JavaScript compiler and web application framework
tags
WebSharper Web JavaScript FSharp CSharp
dependencies
framework: netstandard2.0
FSharp.Core >= LOCKEDVERSION
System.Reflection.Emit.Lightweight >= LOCKEDVERSION
files
../build/Release/netstandard2.0/WebSharper.Core.JavaScript.dll ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.Core.JavaScript.xml ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.Core.dll ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.Core.xml ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.InterfaceGenerator.dll ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.InterfaceGenerator.xml ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.Sitelets.dll ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.Sitelets.xml ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.Web.dll ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.Web.xml ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.StdLib.dll ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.StdLib.xml ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.JavaScript.dll ==> lib/netstandard2.0
../build/Release/netstandard2.0/WebSharper.JavaScript.xml ==> lib/netstandard2.0
../docs ==> docs
../src/htmllib/tags.csv ==> tools
!../tools/*