Merge branch 'master' of github.com:nathanmarz/specter
This commit is contained in:
commit
925e2e91d6
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
language: clojure
|
||||
lein: 2.7.1
|
||||
lein: 2.9.1
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Specter [](http://travis-ci.org/nathanmarz/specter)
|
||||
# Specter [](http://travis-ci.org/redplanetlabs/specter)
|
||||
|
||||
Specter rejects Clojure's restrictive approach to immutable data structure manipulation, instead exposing an elegant API to allow any sort of manipulation imaginable. Specter especially excels at querying and transforming nested and recursive data, important use cases that are very complex to handle with vanilla Clojure.
|
||||
|
||||
|
|
@ -324,4 +324,4 @@ Specter supports ClojureScript! However, some of the differences between Clojure
|
|||
|
||||
# License
|
||||
|
||||
Copyright 2015-2018 Red Planet Labs, Inc. Specter is licensed under Apache License v2.0.
|
||||
Copyright 2015-2019 Red Planet Labs, Inc. Specter is licensed under Apache License v2.0.
|
||||
|
|
|
|||
Loading…
Reference in a new issue