forked from jack-pappas/ExtCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExtCore.nuspec
28 lines (28 loc) · 2.03 KB
/
ExtCore.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ExtCore</id>
<version>0.8.46</version>
<dependencies>
</dependencies>
<title>ExtCore</title>
<authors>Jack Pappas</authors>
<owners />
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<projectUrl>https://github.com/jack-pappas/ExtCore</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>ExtCore is an extended core library for F#.</summary>
<description>ExtCore provides extensions to the F# core library (FSharp.Core) and aims to help you build industrial-strength F# applications. These extensions include additional functions for modules such as Array, List, Set, and Map; immutable IntSet, IntMap, LazyList, and Queue collections; a variety of computation expressions (workflows); and "workflow collections" -- collections modules which have been adapted to work seamlessly from within workflows.</description>
<tags>f# fsharp workflow collections immutable workflow monad computation fsharpx intmap lazylist</tags>
</metadata>
<files>
<file src="_build\NuGet\net40-Client\ExtCore.XML" target="lib\net40\ExtCore.XML" />
<file src="_build\NuGet\net40-Client\ExtCore.dll" target="lib\net40\ExtCore.dll" />
<file src="_build\NuGet\net40-Client\ExtCore.XML" target="lib\net40-Client\ExtCore.XML" />
<file src="_build\NuGet\net40-Client\ExtCore.dll" target="lib\net40-Client\ExtCore.dll" />
<file src="_build\NuGet\net45\ExtCore.XML" target="lib\net45\ExtCore.XML" />
<file src="_build\NuGet\net45\ExtCore.dll" target="lib\net45\ExtCore.dll" />
<file src="_build\NuGet\profile47\ExtCore.XML" target="lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\ExtCore.XML" />
<file src="_build\NuGet\profile47\ExtCore.dll" target="lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\ExtCore.dll" />
</files>
</package>