🎶 Everybody needs a main attraction 🎵
This is the first minor release of the Algebra library. It supports Swift 3.1 and Xcode 8.3.2+, and the Carthage and SwiftPM build systems.
Exploring Abstract Algebraic Structures in Swift
{ "name": "Algebra", "path": "/usr/src/package", "targets": [ { "name": "Algebra", "path": "/usr/src/package/Algebra", "type": "library", "c99name": "Algebra", "sources": [ "Algebra.swift", "AlgebraOperators.swift", "Group.swift", "Idempotent.swift", "Lattice.swift", "Magma.swift", "Module.swift", "Monoid.swift", "Ring.swift", "Semigroup.swift", "Semiring.swift" ], "module_type": "SwiftTarget" }, { "name": "Carthage", "path": "/usr/src/package/Carthage", "type": "library", "c99name": "Carthage", "sources": [ "Checkouts/Operadics/Package.swift", "Checkouts/Operadics/Sources/Operators.swift", "Checkouts/SwiftCheck/Package.swift", "Checkouts/SwiftCheck/Sources/Arbitrary.swift", "Checkouts/SwiftCheck/Sources/Cartesian.swift", "Checkouts/SwiftCheck/Sources/Check.swift", "Checkouts/SwiftCheck/Sources/CoArbitrary.swift", "Checkouts/SwiftCheck/Sources/Compose.swift", "Checkouts/SwiftCheck/Sources/Gen.swift", "Checkouts/SwiftCheck/Sources/Lattice.swift", "Checkouts/SwiftCheck/Sources/Modifiers.swift", "Checkouts/SwiftCheck/Sources/Property.swift", "Checkouts/SwiftCheck/Sources/Random.swift", "Checkouts/SwiftCheck/Sources/Rose.swift", "Checkouts/SwiftCheck/Sources/State.swift", "Checkouts/SwiftCheck/Sources/Test.swift", "Checkouts/SwiftCheck/Sources/Testable.swift", "Checkouts/SwiftCheck/Sources/Witness.swift", "Checkouts/SwiftCheck/Sources/WitnessedArbitrary.swift" ], "module_type": "SwiftTarget" }, { "name": "AlgebraTests", "path": "/usr/src/package/Tests/AlgebraTests", "type": "test", "c99name": "AlgebraTests", "sources": [ "SemigroupSpec.swift" ], "module_type": "SwiftTarget" } ] }
{ "name": "Algebra", "exclude": [], "targets": [], "dependencies": [ { "url": "https://github.com/typelift/Operadics.git", "version": { "lowerBound": "0.0.0", "upperBound": "0.9223372036854775807.9223372036854775807" } } ] }
{ "url": "/usr/src/package", "name": "Algebra", "path": "/usr/src/package", "version": "unspecified", "dependencies": [ { "url": "https://github.com/typelift/Operadics.git", "name": "Operadics", "path": "/usr/src/package/.build/checkouts/Operadics.git--4456036398655686865", "version": "0.4.0", "dependencies": [] } ] }