An open API service indexing awesome lists of open source software.

https://github.com/cark/data.lenses

Provides data type and functions to work with lenses, also known as functional references.
https://github.com/cark/data.lenses

Last synced: 11 months ago
JSON representation

Provides data type and functions to work with lenses, also known as functional references.

Awesome Lists containing this project

README

          

# cark.data.lenses

## Installing

Using lein2, add the reference to your project.clj

[cark/data.lenses "0.0.1-SNAPSHOT"]

## Usage

API doc : http://cark.github.com/data.lenses/

Sample project : https://github.com/cark/data.lenses/tree/master/example

Tutorial/example : https://github.com/cark/data.lenses/blob/master/example/src/example/core.clj

## License

Copyright (c) Sacha De Vos and contributors. All rights reserved.

The use and distribution terms for this software are covered by the
Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
which can be found in the file LICENSE.html at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by
the terms of this license.
You must not remove this notice, or any other, from this software.