Helpful mathematical tools for music and graphics
Description
- Swift Tools 4.2.0
Description
{
"name": "Math",
"path": "/usr/src/package",
"targets": [
{
"name": "MathTests",
"path": "Tests/MathTests",
"type": "test",
"c99name": "MathTests",
"sources": [
"BitwiseTests.swift",
"ChineseRemainderTheoremTests.swift",
"CloserToTests.swift",
"CoprimeTests.swift",
"EvenTests.swift",
"GreatestCommonDivisorTests.swift",
"IsDivisibleTests.swift",
"IsPowerOfTwoTests.swift",
"LeastCommonMultipleTests.swift",
"LinearRegressionTests.swift",
"MeanTests.swift",
"ModuloTests.swift",
"OddTests.swift",
"PowerOfTwoSequenceTests.swift",
"PowerTests.swift",
"PrimeTests.swift",
"QuadraticTests.swift",
"RationalTests.swift",
"ScaleTests.swift",
"SequenceTypeTests.swift",
"XCTestManifests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Math"
],
"product_dependencies": [
"DataStructures"
]
},
{
"name": "Math",
"path": "Sources/Math",
"type": "library",
"c99name": "Math",
"sources": [
"Bitwise.swift",
"ChineseRemainderTheorem.swift",
"CollectionExtensions.swift",
"Coprime.swift",
"DoubleExtensions.swift",
"Fraction.swift",
"Functions.swift",
"GCDDomain.swift",
"IntegerExtensions.swift",
"LinearRegression.swift",
"Power.swift",
"PowerOfTwoSequence.swift",
"Proximity.swift",
"Quadratic.swift",
"Rational.swift",
"Scale.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Math"
],
"product_dependencies": [
"Algebra",
"DataStructures"
]
}
],
"products": [
{
"name": "Math",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Math"
]
}
],
"platforms": [],
"dependencies": [
{
"url": "https://github.com/dn-m/Structure",
"type": "sourceControl",
"identity": "structure",
"requirement": {
"range": [
{
"lower_bound": "0.23.0",
"upper_bound": "1.0.0"
}
]
}
}
],
"tools_version": "4.2",
"manifest_display_name": "Math"
}
Package Dump
{
"name": "Math",
"traits": [],
"targets": [
{
"name": "Math",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Algebra",
null
]
},
{
"byName": [
"DataStructures",
null
]
}
],
"packageAccess": false
},
{
"name": "MathTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Math",
null
]
},
{
"byName": [
"DataStructures",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "Math",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Math"
]
}
],
"pkgConfig": null,
"platforms": [],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "structure",
"location": {
"remote": [
{
"urlString": "https://github.com/dn-m/Structure"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "0.23.0",
"upperBound": "1.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "4.2.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- Structure0.23.0
Dependencies
{
"url": "/usr/src/package",
"name": "Math",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/dn-m/Structure",
"name": "Structure",
"path": "/usr/src/package/.build/checkouts/Structure",
"version": "0.23.0",
"identity": "structure",
"dependencies": [
{
"url": "https://github.com/dn-m/PerformanceTesting",
"name": "PerformanceTesting",
"path": "/usr/src/package/.build/checkouts/PerformanceTesting",
"version": "0.3.0",
"identity": "performancetesting",
"dependencies": []
}
]
}
]
}