2 "name": "ElementaryCycles",
4 "summary": "Find all elementary cycles in a directed graph",
5 "description": "Swift port of an algorythm by Donald B. Johnson to find all the cycles in a directed graph.",
6 "homepage": "https://github.com/hectr/swift-elementary-cycles",
11 "authors": "Hèctor Marquès",
12 "social_media_url": "https://twitter.com/elnetus",
18 "git": "https://github.com/hectr/swift-elementary-cycles.git",
21 "source_files": "Sources/ElementaryCycles/**/*",
23 "ElementaryCyclesSearch": [
27 "swift_versions": "5.0",
28 "swift_version": "5.0"