Aether
What is Aether?
Aether is an Optics library for F#, similar to the Haskell Data.Lens package. See the dedicated Aether Site for more information, including guides, reference material, updates, etc.
Installation
Aether can be installed from NuGet. Using the Package Manager Console:
PM> Install-Package Aether
You can also install directly from GitHub using Paket. This will work with Fable.
Add this line to your paket.dependencies
:
github xyncro/aether:8.3.1 src/Aether/Aether.fs
And add this to your paket.references
:
File: Aether.fs
License
Aether is under the MIT license.