Saturn 0.7.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Saturn --version 0.7.3
NuGet\Install-Package Saturn -Version 0.7.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Saturn" Version="0.7.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Saturn --version 0.7.3
#r "nuget: Saturn, 0.7.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Saturn as a Cake Addin
#addin nuget:?package=Saturn&version=0.7.3

// Install Saturn as a Cake Tool
#tool nuget:?package=Saturn&version=0.7.3

Saturn

Saturn is a web development framework written in F# which implements the server-side MVC pattern. Many of its components and concepts will seem familiar to those of us with experience in other web frameworks like Ruby on Rails or Python’s Django.

It's heavily inspired by Elixir's Phoenix.

Read more about why I've decided to create Saturn, and some of its design choices on my blog - http://kcieslak.io/Reinventing-MVC-for-web-programming-with-F

Documentation

Saturn has a nice documentation and I appreciate any help to improve it further by sending pull requests or just adding an issue with you think is missing.

How to contribute

Imposter syndrome disclaimer: I want your help. No really, I do.

There might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.

I assure you, that's not the case.

This project has some clear Contribution Guidelines and expectations that you can read here.

The contribution guidelines outline the process that you'll need to follow to get a patch merged. By making expectations and process explicit, I hope it will make it easier for you to contribute.

And you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about this work. (And yes, that includes giving feedback about the contribution guidelines.)

Thank you for contributing!

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests.

The library is available under MIT license, which allows modification and redistribution for both commercial and non-commercial purposes.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Saturn:

Package Downloads
Saturn.Extensions.Authorization

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

Fable.SignalR.Saturn

A type-safe functional wrapper for SignalR and Saturn

Saturn.AzureFunctions

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

hobbes.web

hobbes.web library.

Saturn.Extensions.Turbolinks

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.17.0 27 4/18/2024
0.16.1 96,172 4/9/2022
0.16.0-preview03 2,693 2/21/2022
0.15.0 66,922 6/9/2021
0.15.0-preview03 3,589 2/8/2021
0.15.0-preview02 1,172 1/20/2021
0.15.0-preview01 2,739 6/23/2020
0.14.1 58,591 6/18/2020
0.13.3 2,373 6/15/2020
0.13.2 2,275 6/11/2020
0.13.1 23,070 4/27/2020
0.13.0 2,472 4/24/2020
0.12.1 8,560 3/2/2020
0.12.0 3,913 2/18/2020
0.11.0 11,572 2/1/2020
0.10.1 12,968 11/25/2019
0.10.0 17,891 10/17/2019
0.9.0 11,691 7/26/2019
0.8.0 21,081 12/5/2018
0.7.6 7,021 11/5/2018
0.7.5 5,651 8/3/2018
0.7.4 1,898 7/20/2018
0.7.3 2,365 7/14/2018
0.6.0 1,559 7/3/2018
0.5.0 2,111 5/22/2018
0.4.3 3,332 2/27/2018
0.4.2 1,342 2/19/2018
0.4.0 1,466 2/16/2018
0.3.1 1,442 2/3/2018
0.3.0 1,418 2/2/2018
0.2.0 1,530 1/28/2018

Use earlier FSharp.Core version (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
Remove unnecessary ObsoleteAttribute from `use_router` (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))