• Stars
    star
    176
  • Rank 216,987 (Top 5 %)
  • Language
    F#
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Optics for F#

Aether

Chat Build

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.