A submodule of SwiftyMath.
Swifty Math is released under MIT license.
This package is archived and has a low chance of being updated.
A submodule of SwiftyMath.
Swifty Math is released under MIT license.
{
  "name": "SwiftyTopology",
  "path": "/usr/src/package",
  "targets": [
    {
      "name": "SwmTopologyTests",
      "path": "Tests/SwmTopologyTests",
      "type": "test",
      "c99name": "SwmTopologyTests",
      "sources": [
        "SimplicialCohomologyTests.swift",
        "SimplicialHomologyTests.swift"
      ],
      "module_type": "SwiftTarget",
      "target_dependencies": [
        "SwmTopology"
      ]
    },
    {
      "name": "SwmTopology",
      "path": "Sources/SwmTopology",
      "type": "library",
      "c99name": "SwmTopology",
      "sources": [
        "Basics/Simplex.swift",
        "Basics/Vertex.swift",
        "Complex/Simplicial/SimplicialChain.swift",
        "Complex/Simplicial/SimplicialComplex.swift",
        "Complex/Simplicial/SimplicialComplexExamples.swift",
        "Complex/Simplicial/SimplicialComplexOperations.swift",
        "Complex/Simplicial/SimplicialMap.swift",
        "Complex/Topological/TopologicalCell.swift",
        "Complex/Topological/TopologicalChainMap.swift",
        "Complex/Topological/TopologicalComplex.swift",
        "Complex/Topological/TopologicalHomology.swift"
      ],
      "module_type": "SwiftTarget",
      "product_memberships": [
        "SwmTopology"
      ],
      "product_dependencies": [
        "SwmCore",
        "SwmHomology"
      ]
    }
  ],
  "products": [
    {
      "name": "SwmTopology",
      "type": {
        "library": [
          "automatic"
        ]
      },
      "targets": [
        "SwmTopology"
      ]
    }
  ],
  "platforms": [],
  "dependencies": [
    {
      "url": "https://github.com/taketo1024/swm-core.git",
      "type": "sourceControl",
      "identity": "swm-core",
      "requirement": {
        "range": [
          {
            "lower_bound": "1.2.2",
            "upper_bound": "2.0.0"
          }
        ]
      }
    },
    {
      "url": "https://github.com/taketo1024/swm-homology.git",
      "type": "sourceControl",
      "identity": "swm-homology",
      "requirement": {
        "range": [
          {
            "lower_bound": "1.2.1",
            "upper_bound": "2.0.0"
          }
        ]
      }
    }
  ],
  "tools_version": "5.2",
  "manifest_display_name": "SwiftyTopology"
}
							{
  "name": "SwiftyTopology",
  "targets": [
    {
      "name": "SwmTopology",
      "type": "regular",
      "exclude": [],
      "settings": [],
      "resources": [],
      "dependencies": [
        {
          "product": [
            "SwmCore",
            "swm-core",
            null,
            null
          ]
        },
        {
          "product": [
            "SwmHomology",
            "swm-homology",
            null,
            null
          ]
        }
      ],
      "packageAccess": false
    },
    {
      "name": "SwmTopologyTests",
      "type": "test",
      "exclude": [],
      "settings": [],
      "resources": [],
      "dependencies": [
        {
          "byName": [
            "SwmTopology",
            null
          ]
        }
      ],
      "packageAccess": false
    }
  ],
  "products": [
    {
      "name": "SwmTopology",
      "type": {
        "library": [
          "automatic"
        ]
      },
      "targets": [
        "SwmTopology"
      ]
    }
  ],
  "pkgConfig": null,
  "platforms": [],
  "providers": null,
  "packageKind": {
    "root": [
      "/usr/src/package"
    ]
  },
  "dependencies": [
    {
      "sourceControl": [
        {
          "identity": "swm-core",
          "location": {
            "remote": [
              {
                "urlString": "https://github.com/taketo1024/swm-core.git"
              }
            ]
          },
          "requirement": {
            "range": [
              {
                "lowerBound": "1.2.2",
                "upperBound": "2.0.0"
              }
            ]
          },
          "productFilter": null
        }
      ]
    },
    {
      "sourceControl": [
        {
          "identity": "swm-homology",
          "location": {
            "remote": [
              {
                "urlString": "https://github.com/taketo1024/swm-homology.git"
              }
            ]
          },
          "requirement": {
            "range": [
              {
                "lowerBound": "1.2.1",
                "upperBound": "2.0.0"
              }
            ]
          },
          "productFilter": null
        }
      ]
    }
  ],
  "toolsVersion": {
    "_version": "5.2.0"
  },
  "cLanguageStandard": null,
  "cxxLanguageStandard": null,
  "swiftLanguageVersions": null
}
							{
  "url": "/usr/src/package",
  "name": "SwiftyTopology",
  "path": "/usr/src/package",
  "version": "unspecified",
  "identity": "package",
  "dependencies": [
    {
      "url": "https://github.com/taketo1024/swm-core.git",
      "name": "swm-core",
      "path": "/usr/src/package/.build/checkouts/swm-core",
      "version": "1.3.1",
      "identity": "swm-core",
      "dependencies": [
        {
          "url": "https://github.com/apple/swift-algorithms.git",
          "name": "swift-algorithms",
          "path": "/usr/src/package/.build/checkouts/swift-algorithms",
          "version": "0.2.1",
          "identity": "swift-algorithms",
          "dependencies": [
            {
              "url": "https://github.com/apple/swift-numerics",
              "name": "swift-numerics",
              "path": "/usr/src/package/.build/checkouts/swift-numerics",
              "version": "0.1.0",
              "identity": "swift-numerics",
              "dependencies": []
            }
          ]
        },
        {
          "url": "https://github.com/apple/swift-collections.git",
          "name": "swift-collections",
          "path": "/usr/src/package/.build/checkouts/swift-collections",
          "version": "1.1.1",
          "identity": "swift-collections",
          "dependencies": []
        }
      ]
    },
    {
      "url": "https://github.com/taketo1024/swm-homology.git",
      "name": "swm-homology",
      "path": "/usr/src/package/.build/checkouts/swm-homology",
      "version": "1.4.0",
      "identity": "swm-homology",
      "dependencies": [
        {
          "url": "https://github.com/taketo1024/swm-core.git",
          "name": "swm-core",
          "path": "/usr/src/package/.build/checkouts/swm-core",
          "version": "1.3.1",
          "identity": "swm-core",
          "dependencies": [
            {
              "url": "https://github.com/apple/swift-algorithms.git",
              "name": "swift-algorithms",
              "path": "/usr/src/package/.build/checkouts/swift-algorithms",
              "version": "0.2.1",
              "identity": "swift-algorithms",
              "dependencies": [
                {
                  "url": "https://github.com/apple/swift-numerics",
                  "name": "swift-numerics",
                  "path": "/usr/src/package/.build/checkouts/swift-numerics",
                  "version": "0.1.0",
                  "identity": "swift-numerics",
                  "dependencies": []
                }
              ]
            },
            {
              "url": "https://github.com/apple/swift-collections.git",
              "name": "swift-collections",
              "path": "/usr/src/package/.build/checkouts/swift-collections",
              "version": "1.1.1",
              "identity": "swift-collections",
              "dependencies": []
            }
          ]
        },
        {
          "url": "https://github.com/taketo1024/swm-matrix-tools.git",
          "name": "swm-matrix-tools",
          "path": "/usr/src/package/.build/checkouts/swm-matrix-tools",
          "version": "1.3.3",
          "identity": "swm-matrix-tools",
          "dependencies": [
            {
              "url": "https://github.com/taketo1024/swm-core.git",
              "name": "swm-core",
              "path": "/usr/src/package/.build/checkouts/swm-core",
              "version": "1.3.1",
              "identity": "swm-core",
              "dependencies": [
                {
                  "url": "https://github.com/apple/swift-algorithms.git",
                  "name": "swift-algorithms",
                  "path": "/usr/src/package/.build/checkouts/swift-algorithms",
                  "version": "0.2.1",
                  "identity": "swift-algorithms",
                  "dependencies": [
                    {
                      "url": "https://github.com/apple/swift-numerics",
                      "name": "swift-numerics",
                      "path": "/usr/src/package/.build/checkouts/swift-numerics",
                      "version": "0.1.0",
                      "identity": "swift-numerics",
                      "dependencies": []
                    }
                  ]
                },
                {
                  "url": "https://github.com/apple/swift-collections.git",
                  "name": "swift-collections",
                  "path": "/usr/src/package/.build/checkouts/swift-collections",
                  "version": "1.1.1",
                  "identity": "swift-collections",
                  "dependencies": []
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}