csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.2 KiB
19 lines
1.2 KiB
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>FSharp.Formatting</id>
|
|
<version>1.0.15</version>
|
|
<title>FSharp.Formatting</title>
|
|
<authors>Tomas Petricek, Oleg Pestov, Anh-Dung Phan</authors>
|
|
<owners>Tomas Petricek, Oleg Pestov, Anh-Dung Phan</owners>
|
|
<licenseUrl>http://github.com/tpetricek/FSharp.Formatting/blob/master/LICENSE.md</licenseUrl>
|
|
<projectUrl>http://github.com/tpetricek/FSharp.Formatting</projectUrl>
|
|
<iconUrl>https://raw.github.com/tpetricek/FSharp.Formatting/master/docs/misc/logo.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Provides an F# implementation of Markdown parser and F# code formatter that can used to tokenize F# code and obtain information about tokens including tool tips with type information. The package comes with a sample that implements literate programming for F#.</description>
|
|
<releaseNotes>Added latex support, tables and better formatting with line numbers</releaseNotes>
|
|
<copyright>Copyright 2013</copyright>
|
|
<language />
|
|
<tags>F# fsharp formatting markdown code fssnip literate programming</tags>
|
|
</metadata>
|
|
</package>
|