Alpaca
Alpaca is a light-weight general purpose generic library for Swift. It borrows some concepts from functional languages, but still remains protocol-oriented. It is not another competing functional library, but just an experimental project of mine.
Requirements
- iOS 8+, OS X 10.9+
- Xcode 7.3 (Swift 2.2)
Installation
Carthage
To add Alpaca to your Xcode project using Carthage, please refer to the how-to guide at https://github.com/Carthage/Carthage.
Swift Package Manager
Alpaca also supports the Swift Package Manager. Please refer to the official documentation at https://swift.org/package-manager and https://github.com/apple/swift-package-manager.
Examples
TBD
Contact
Author
If you found a bug or have a feature request, please open an issue. If you want to contribute, submit a pull request.
License
Alpaca is available under the Apache2 License.