Skip to content

xyncro/aether

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.